Skip to content

Commit 5cf8f86

Browse files
ci: only run ci on labeled
1 parent 6e9ab82 commit 5cf8f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/migrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: |
1919
github.event_name == 'workflow_dispatch' ||
2020
(github.event_name == 'issues' &&
21-
(github.event.action == 'opened' || github.event.action == 'labeled') &&
21+
(github.event.action == 'labeled') &&
2222
contains(github.event.issue.labels.*.name, 'migrate-cppref-page'))
2323
permissions:
2424
contents: write

0 commit comments

Comments
 (0)