Commit fd773a4
authored
ci: lint and test only manual triggered. (#270)
This pull request makes a small update to the GitHub Actions workflow
configuration. The change removes the pull request trigger and a
conditional check for specific labels in the `lint-and-test.yml`
workflow. This means the workflow will no longer run automatically on
pull requests or skip runs based on labels, and will only be triggered
manually.
- Removed the `pull_request` trigger from
`.github/workflows/lint-and-test.yml`, so the workflow is now only
triggered by `workflow_dispatch` (manual runs).
- Removed the conditional label checks from the `changes` job, so it no
longer skips execution based on the presence of certain labels
(`prepare-release`, `refresh-locks`, `chart-bump`).1 parent 0057f9b commit fd773a4
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 12 | | |
22 | 13 | | |
23 | 14 | | |
| |||
0 commit comments