Skip to content

Commit

Permalink
Use cancel-workflow-action.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Nov 5, 2023
1 parent a98494f commit 1d05b72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
#- uses: styfle/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.11.0

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
#- uses: styfle/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.11.0

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
WP_ENV_CORE: ${{ matrix.wordpress == 'trunk' && 'WordPress/WordPress' || format( 'https://wordpress.org/wordpress-{0}.zip', matrix.wordpress ) }}
continue-on-error: ${{ matrix.experimental == true }}
steps:
#- uses: styfle/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.11.0

- uses: actions/checkout@v3

Expand Down

0 comments on commit 1d05b72

Please sign in to comment.