Skip to content

Commit

Permalink
Fix misc
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 15, 2024
1 parent 89d200f commit ba3a84f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tox-environment: [ "docker-tests", "spellcheck", "docs", "generate", "generate_contrib_workflows" ]
tox-environment: [ "docker-tests", "spellcheck", "docs", "generate", "generate_workflows" ]
name: ${{ matrix.tox-environment }}
runs-on: ubuntu-20.04
steps:
Expand All @@ -39,5 +39,5 @@ jobs:
if: matrix.tox-environment == 'generate'
run: git diff --exit-code || (echo 'Generated code is out of date, please run "tox -e generate" and commit the changes in this PR.' && exit 1)
- name: Ensure workflows are up to date
if: matrix.tox-environment == 'generate_contrib_workflows'
run: git diff --exit-code || (echo '.github/workflows/tests.yml is out of date, please run "tox -e generate_contrib_workflows" and commit the changes in this PR.' && exit 1)
if: matrix.tox-environment == 'generate_workflows'
run: git diff --exit-code || (echo 'Workflow files are out of date, please run "tox -e generate_workflows" and commit the changes in this PR.' && exit 1)

0 comments on commit ba3a84f

Please sign in to comment.