Skip to content

Merge pull request #2018 from weather-gov/mgwalker/1738-cwa-county-list #325

Merge pull request #2018 from weather-gov/mgwalker/1738-cwa-county-list

Merge pull request #2018 from weather-gov/mgwalker/1738-cwa-county-list #325

name: build caches on main
on:
push:
branches:
- main
jobs:
build-caches:
name: build caches
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: build drupal cache
uses: ./.github/actions/build-drupal-image
- name: populate database
uses: ./.github/actions/populate-database