Skip to content

Commit

Permalink
Don't run centos and ubuntu tests at same time
Browse files Browse the repository at this point in the history
  • Loading branch information
timkimber committed Oct 11, 2021
1 parent 07b5b6e commit f960ac9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests-staging-duckdns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: test/run-test.sh centos7-duckdns
test-ubuntu-duckdns:
runs-on: ubuntu-latest
if: always()
needs: test-centos7-duckdns
steps:
- uses: actions/checkout@v2
- name: Build the docker-compose stack
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-tests-staging-dynu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: test/run-test.sh centos7-dynu
test-ubuntu-dynu:
runs-on: ubuntu-latest
if: always()
needs: test-centos7-dynu
steps:
- uses: actions/checkout@v2
- name: Build the docker-compose stack
Expand Down

0 comments on commit f960ac9

Please sign in to comment.