Skip to content

Commit

Permalink
Update alls-green.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrox-hs authored Jan 1, 2024
1 parent a55557e commit a8d2ea4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/alls-green.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: Alls green

on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize, ready_for_review, labeled]

concurrency:
group: alls-green-${{ github.sha }}
group: alls-green-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit a8d2ea4

Please sign in to comment.