Skip to content

Commit

Permalink
use matrix configuration to run orgs in seperate jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <[email protected]>
  • Loading branch information
IsaacMilarky committed Jun 13, 2024
1 parent 87d0af2 commit dbd2132
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:

jobs:
update:
strategy:
matrix:
orgs: ["DSACMS","Enterprise-CMCS","CMS-Enterprise","CMSgov"]
permissions: write-all
name: update
runs-on: ubuntu-latest
Expand All @@ -25,7 +28,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- run: pip install -r requirements.txt
- run: ./update.sh
- run: ./update.sh ${{ matrix.orgs }}
env:
GITHUB_TOKEN: ${{ secrets.METRICS_GITHUB_TOKEN }}
AUGUR_HOST: ${{ vars.AUGUR_HOST }}
Expand Down

0 comments on commit dbd2132

Please sign in to comment.