We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2135e commit 170bd7eCopy full SHA for 170bd7e
1 file changed
.github/workflows/test.yml
@@ -2,16 +2,14 @@ name: Test
2
3
on:
4
pull_request:
5
- types: [ labeled ]
+ types: [labeled]
6
7
jobs:
8
build:
9
if: contains(github.event.pull_request.labels.*.name, 'mylabel')
10
name: Build
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3.1.0
14
- run: |
15
- mkdir artifacts
16
- echo ${GITHUB_REF}
17
- echo ${GITHUB_SHA}
+ echo ${GITHUB_REF}
+ echo ${GITHUB_SHA}
0 commit comments