Skip to content

Change "Fee for Service" to "Original Medicare" #44

Change "Fee for Service" to "Original Medicare"

Change "Fee for Service" to "Original Medicare" #44

Workflow file for this run

name: push to dev
on:
push:
branches:
- uswds-redesign
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
permissions:
contents: read
id-token: write
with:
feature_path: "uswds-redesign"
uses: ./.github/workflows/deploy.yml
secrets: inherit
a11y-check:
needs: deploy
with:
feature_path: "uswds-redesign"
uses: ./.github/workflows/a11y-check.yml
secrets: inherit