This repository was archived by the owner on May 7, 2024. It is now read-only.
Commit 6758c2a
Fix job condition (#23)
* Only run job on PR comment
This prevent rebase job from running on issue comment.
* Prevent workflow to fail when condition isn't met
If a comment isn't on a PR or doesn't match /rebase, the workflow would
fail because no jobs meets the running condition.
The given advice was to always have a no-op job running to prevent this.1 parent fcdcde3 commit 6758c2a
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 | | |
0 commit comments