SKALE-2835 ignore tests on branches

parent 194e69ce
...@@ -30,10 +30,7 @@ jobs: ...@@ -30,10 +30,7 @@ jobs:
- name: build container for testing - name: build container for testing
run: python3 scripts/docker_build.py DockerfileSimulation sgxwalletsim ${GITHUB_SHA} run: python3 scripts/docker_build.py DockerfileSimulation sgxwalletsim ${GITHUB_SHA}
- name: test - name: test
branches-ignore: if: (contains(github.ref, 'develop') == false && contains(github.ref, 'beta') == false && contains(github.ref, 'master') == false && contains(github.ref, 'stable') == false
- 'develop'
- 'beta'
- 'stable'
run: python3 scripts/docker_test.py DockerfileSimulation sgxwalletsim run: python3 scripts/docker_test.py DockerfileSimulation sgxwalletsim
- name: deploy docker image - name: deploy docker image
if: contains(github.ref, 'develop') || contains(github.ref, 'beta') || contains(github.ref, 'master') || contains(github.ref, 'stable') if: contains(github.ref, 'develop') || contains(github.ref, 'beta') || contains(github.ref, 'master') || contains(github.ref, 'stable')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment