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

Commit

Permalink
🔄 Synced file(s) with WordPress/openverse (#1710)
Browse files Browse the repository at this point in the history
* 🔄 Synced local '.github/workflows/label_new_pr.yml' with remote '.github/workflows/label_new_pr.yml'

* 🔄 Synced local '.github/workflows/actionlint.yml' with remote '.github/workflows/actionlint.yml'

Co-authored-by: openverse-bot <null>
  • Loading branch information
openverse-bot authored Aug 20, 2022
1 parent 6cfd247 commit 190d631
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ 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.head_ref }}
cancel-in-progress: true

jobs:
actionlint:
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/label_new_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
# events that will trigger the checks defined in `pr_label_check.yml`.
- opened

# Prevent API rate limiting by only allowing a single PR
# to dispatch workflows at a time
concurrency: ${{ github.workflow }}

jobs:
set_label:
name: Set labels
Expand Down

0 comments on commit 190d631

Please sign in to comment.