Merge pull request #12070 from Homebrew/triage

workflows/triage: fix syntax
This commit is contained in:
Bo Anderson 2021-09-16 15:58:58 +01:00 committed by GitHub
commit 0568996cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ on:
schedule:
- cron: "0 */3 * * *" # every 3 hours
permissions:
permissions: {}
concurrency: triage-${{ github.ref }}