We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b5b6e commit f960ac9Copy full SHA for f960ac9
.github/workflows/run-tests-staging-duckdns.yml
@@ -24,6 +24,8 @@ jobs:
24
run: test/run-test.sh centos7-duckdns
25
test-ubuntu-duckdns:
26
runs-on: ubuntu-latest
27
+ if: always()
28
+ needs: test-centos7-duckdns
29
steps:
30
- uses: actions/checkout@v2
31
- name: Build the docker-compose stack
.github/workflows/run-tests-staging-dynu.yml
run: test/run-test.sh centos7-dynu
test-ubuntu-dynu:
+ needs: test-centos7-dynu
0 commit comments