Skip to content

Commit

Permalink
Worfklow only on labeled PR
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 3, 2023
1 parent a856453 commit abad565
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
pull_request:
types: [ labeled ]

jobs:
quick-test:
runs-on: ubuntu-latest
steps:
- name: Very quick test
run: |
echo "....................................................."
echo ${{ github.event.label.name }}
echo "....................................................."

0 comments on commit abad565

Please sign in to comment.