Skip to content

Commit

Permalink
Update release-canary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset authored Aug 5, 2024
1 parent f6bb70b commit 5085adb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ name: Release Canary
on:
pull_request:
types: [labeled]
branches: ["*"]

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
works:
name: I work
runs-on: ubuntu-latest
steps:
- run: echo "I work"
release:
name: Release
timeout-minutes: 10
Expand Down

0 comments on commit 5085adb

Please sign in to comment.