Commit 8e2a7c8
authored
fix: resolve workflow dispatch HTTP 403 errors in automated workflows (#408)
* ci: prevent workflows from running when triggered by github-actions bot
Add condition to skip workflow execution when github.actor is github-actions[bot]
to prevent infinite loops and unnecessary runs from automated processes.
- Add condition to extension-ci.yml test job
- Add condition to tests.yml test job
(GitHub Copilot)
* fix: remove workflow dispatch calls that cause HTTP 403 errors
- Remove manual workflow trigger commands that fail with 'Resource not accessible by integration'
- Rely on GitHub's automatic test triggering when PRs are created
- Improve messaging to clarify that tests run automatically
- Increase wait time for PR creation to complete before enabling auto-merge
- Fixes the deployment issue where package-extension workflow was failing
(GitHub Copilot)1 parent 84b6a4b commit 8e2a7c8
2 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
63 | 62 | | |
64 | | - | |
65 | | - | |
| 63 | + | |
| 64 | + | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
86 | | - | |
87 | | - | |
88 | | - | |
| 88 | + | |
| 89 | + | |
89 | 90 | | |
90 | | - | |
91 | | - | |
| 91 | + | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
0 commit comments