Skip to content

Commit

Permalink
ci: cancel concurrent test docs examples (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis authored Oct 4, 2023
1 parent 3d293ba commit fa4fae3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-docs-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
test_docs_examples:
name: Test build examples
runs-on: ubuntu-22.04

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
Expand Down

0 comments on commit fa4fae3

Please sign in to comment.