Skip to content

Commit 170bd7e

Browse files
committed
chore: bla
1 parent 8d2135e commit 170bd7e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@ name: Test
22

33
on:
44
pull_request:
5-
types: [ labeled ]
5+
types: [labeled]
66

77
jobs:
88
build:
99
if: contains(github.event.pull_request.labels.*.name, 'mylabel')
1010
name: Build
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3.1.0
1413
- run: |
15-
mkdir artifacts
16-
echo ${GITHUB_REF}
17-
echo ${GITHUB_SHA}
14+
echo ${GITHUB_REF}
15+
echo ${GITHUB_SHA}

0 commit comments

Comments
 (0)