Skip to content

Commit f960ac9

Browse files
committed
Don't run centos and ubuntu tests at same time
1 parent 07b5b6e commit f960ac9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/run-tests-staging-duckdns.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: test/run-test.sh centos7-duckdns
2525
test-ubuntu-duckdns:
2626
runs-on: ubuntu-latest
27+
if: always()
28+
needs: test-centos7-duckdns
2729
steps:
2830
- uses: actions/checkout@v2
2931
- name: Build the docker-compose stack

.github/workflows/run-tests-staging-dynu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: test/run-test.sh centos7-dynu
2525
test-ubuntu-dynu:
2626
runs-on: ubuntu-latest
27+
if: always()
28+
needs: test-centos7-dynu
2729
steps:
2830
- uses: actions/checkout@v2
2931
- name: Build the docker-compose stack

0 commit comments

Comments
 (0)