Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
🔄 Synced local '.github/workflows/actionlint.yml' with remote '.githu…
Browse files Browse the repository at this point in the history
…b/workflows/actionlint.yml'
  • Loading branch information
openverse-bot committed Oct 5, 2022
1 parent 82aea7d commit e435c66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ on:
branches:
- main

# Cancels all previous workflow runs for pull requests that have not completed.
concurrency:
# The concurrency group contains the workflow name and the branch name for pull requests
# or the commit hash for any other events.
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
actionlint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e435c66

Please sign in to comment.