Skip to content

Commit

Permalink
Reducing spurious workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Oct 29, 2024
1 parent 028117a commit 2d9ccf1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ name: Build Image

on:
push:
branches:
- main
workflow_run:
workflows: [ "Run Tests", "Check License Headers", "Test Coverage" ]
types:
- completed

env:
PROJECT_ID: crank-404520
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ name: Test Coverage

on:
push:
workflow_run:
workflows: [ "Run Tests", "Check License Headers" ]
types:
- completed

env:
PROJECT_ID: crank-404520
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/deploy-home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
push:
branches:
- main
workflow_run:
workflows: [ "Build Image" ]
types:
- completed

jobs:
deploy-home-k3s:
Expand Down

0 comments on commit 2d9ccf1

Please sign in to comment.