Skip to content

Commit 461cc27

Browse files
dulinrileymeta-codesync[bot]
authored andcommitted
Allow manual trigger for Github CI (#2022)
Summary: Pull Request resolved: #2022 Allow triggering a Github CI job manually instead of only on pull requests + push. This way we can retry at any given commit easily. Reviewed By: pzhan9 Differential Revision: D88086665 fbshipit-source-id: b4c6cbba26e2872e9a7ff017011897a3a7eaea60
1 parent 9290eb1 commit 461cc27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
push:
99
branches:
1010
- main
11+
workflow_dispatch: # Allows manual triggering
1112

1213
concurrency:
1314
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}

0 commit comments

Comments
 (0)