Skip to content

Commit a96d2b5

Browse files
Copilotsebst
andauthored
Clean up workflow runs: stop running full test suite on every push to main (#210)
* Initial plan * chore: clean up workflow runs - move deploy to push-to-main, remove full test from main push Agent-Logs-Url: https://github.com/devcontainer-community/devcontainer-features/sessions/80cb1f5f-8b94-4a7b-a1ed-6b441a10d1d1 Co-authored-by: sebst <592313+sebst@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
1 parent c89927d commit a96d2b5

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Release dev container features & Generate Documentation"
22
on:
33
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
47

58
jobs:
69
deploy:

.github/workflows/test.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: "CI - Test Features"
22
on:
3-
push:
4-
branches:
5-
- main
63
pull_request:
74
workflow_dispatch:
85

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Validate devcontainer-feature.json files"
22
on:
33
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58

69
jobs:

0 commit comments

Comments
 (0)