Skip to content

Commit 2dac00e

Browse files
authored
Update work_on_label.yml
1 parent 085ceed commit 2dac00e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/work_on_label.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: check label
22

33
on:
44
pull_request:
5-
types:
6-
- opened
5+
types: [ labeled ]
76

87

98
jobs:
109
build:
11-
#if: ${{ github.event.label.name == 'deploy_dev' }}
10+
if: ${{ github.event.label.name == 'deploy_dev' }}
1211
runs-on: ubuntu-latest
1312

1413
steps:

0 commit comments

Comments
 (0)