Skip to content

Commit e0f781a

Browse files
committed
chore: bla
1 parent d5dd208 commit e0f781a

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
name: Test
22

33
on:
4-
push:
54
pull_request:
6-
workflow_dispatch:
5+
types: [ labeled ]
76

87
jobs:
98
build:
9+
if: contains(github.event.pull_request.labels.*.name, 'mylabel')
1010
name: Build
1111
runs-on: ubuntu-latest
12-
1312
steps:
1413
- uses: actions/checkout@v3.1.0
1514
- run: |
1615
mkdir artifacts
17-
echo "===== Attempt 1 ====" > artifaces/${GITHUB_SHA}
18-
- name: Archive logs
19-
uses: actions/upload-artifact@v3
20-
if: always()
21-
with:
22-
name: resources
23-
retention-days: 1
24-
path: artifacts/
25-
26-
- name: Find URL
16+
echo ${GITHUB_REF}
17+
echo ${GITHUB_SHA}

0 commit comments

Comments
 (0)