Commit 094e555
authored
[CI] Remove
It was originally added in #10002,
back when we used `pull_request_target` for pre-commit trigger. Now that
`pull_request` is used it isn't (as) necessary.
I'm also adding a `workflow_dispatch` trigger for the post-commit job
for cases when somebody wants to test extensive non-CI changes with
post-commit before the merge. I think that will work but it's impossible
to verify before merging this due to how GHA work.
This will address the following usage scenario:
* Push CI-related changes to `sycl-devops-pr` (possibly several
iterations)
* Result are ok, open a PR from that branch
- extra post-commit task is spawned for the commit that has been tested
already (this duplication will remain, unfortunately)
* Address review feedback with a new upload
- two post-commit jobs are automatically launched (after this PR, no
manual dispatch would happen here, leaving only automatic pre-commit
testing of the post-commit workflow)sycl-devops-pr/** hack (#16754)1 parent 05b77fa commit 094e555
File tree
4 files changed
+2
-5
lines changed- .github/workflows
4 files changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | | - | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
0 commit comments