Commit 6de792c
Niranjan Jayakar
chore: fix github actions name and dependencies (#12919)
Github actions for v2 are failing because of a dependency definition on
an incorrect name. See [failures].
Further, the dependency is incorrect. The 'auto-approve' job needs to
run on PRs besides forward merges.
Fix Github action names and remove the incorrect dependency.
[failures]: https://github.com/aws/aws-cdk/actions/runs/5476819111 parent 0f718b2 commit 6de792c
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 38 | + | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
| |||
0 commit comments