Skip to content

Commit

Permalink
Remove wait-on-test task and build on staging tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Mar 11, 2024
1 parent 8bf3b1f commit d630e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: build

on:
push:
tags:
- "stag-*"
branches:
- main
- "hotfix/*"
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,6 @@ on:
- "stag-*"

jobs:
wait-on-test:
name: wait on test
runs-on: ubuntu-latest
steps:
- name: Wait for tests to succeed
uses: lewagon/wait-on-check-action@v1.3.1
with:
ref: ${{ github.ref }}
check-name: test
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
wait-on-build:
name: wait on build
runs-on: ubuntu-latest
Expand Down

0 comments on commit d630e6a

Please sign in to comment.