Skip to content

Commit f3dbc97

Browse files
authored
Update quest.yml (#32199)
1 parent e12642e commit f3dbc97

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/quest.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ on:
1515

1616
jobs:
1717
import:
18-
# if: github.event.label.name == join(fromJson('[":", "world_map", ":", " reQUEST"]'), '') || github.event_name == 'workflow_dispatch'
18+
if: |
19+
github.event_name == 'workflow_dispatch' ||
20+
github.event.label.name == ':world_map: reQUEST' ||
21+
github.event.label.name == ':pushpin: seQUESTered' ||
22+
contains(github.event.issue.labels.*.name, ':world_map: reQUEST') ||
23+
contains(github.event.issue.labels.*.name, ':pushpin: seQUESTered')
1924
runs-on: ubuntu-latest
2025
permissions:
2126
contents: write

0 commit comments

Comments
 (0)