Merge pull request #2057 from weather-gov/ik/add-no-story-afd #332
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |