Bump andymckay/cancel-action from 0.2 to 0.3
Bumps [andymckay/cancel-action](https://github.com/andymckay/cancel-action) from 0.2 to 0.3. - [Release notes](https://github.com/andymckay/cancel-action/releases) - [Commits](https://github.com/andymckay/cancel-action/compare/0.2...0.3) --- updated-dependencies: - dependency-name: andymckay/cancel-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
23685f5f71
commit
45847661d0
|
@ -68,7 +68,7 @@ jobs:
|
||||||
run: rm -rf ~/.m2/repository/pro/taskana
|
run: rm -rf ~/.m2/repository/pro/taskana
|
||||||
- name: Cancel workflow
|
- name: Cancel workflow
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: andymckay/cancel-action@0.2
|
uses: andymckay/cancel-action@0.3
|
||||||
|
|
||||||
compile_frontend:
|
compile_frontend:
|
||||||
name: Compile taskana-web
|
name: Compile taskana-web
|
||||||
|
@ -122,7 +122,7 @@ jobs:
|
||||||
run: rm -rf ~/.m2/repository/pro/taskana
|
run: rm -rf ~/.m2/repository/pro/taskana
|
||||||
- name: Cancel workflow
|
- name: Cancel workflow
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: andymckay/cancel-action@0.2
|
uses: andymckay/cancel-action@0.3
|
||||||
|
|
||||||
test_frontend:
|
test_frontend:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -164,7 +164,7 @@ jobs:
|
||||||
run: yarn run test -- --coverageReporters text-summary
|
run: yarn run test -- --coverageReporters text-summary
|
||||||
- name: Cancel workflow
|
- name: Cancel workflow
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: andymckay/cancel-action@0.2
|
uses: andymckay/cancel-action@0.3
|
||||||
|
|
||||||
test_e2e:
|
test_e2e:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -230,7 +230,7 @@ jobs:
|
||||||
path: ${{ env.ARTIFACTS_CYPRESS_TESTS_PATH }}
|
path: ${{ env.ARTIFACTS_CYPRESS_TESTS_PATH }}
|
||||||
- name: Cancel workflow
|
- name: Cancel workflow
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: andymckay/cancel-action@0.2
|
uses: andymckay/cancel-action@0.3
|
||||||
|
|
||||||
test_backend:
|
test_backend:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -316,7 +316,7 @@ jobs:
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
- name: Cancel workflow
|
- name: Cancel workflow
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: andymckay/cancel-action@0.2
|
uses: andymckay/cancel-action@0.3
|
||||||
|
|
||||||
release_artifacts:
|
release_artifacts:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -385,7 +385,7 @@ jobs:
|
||||||
GH_USERNAME: ${{ secrets.GH_USERNAME }}
|
GH_USERNAME: ${{ secrets.GH_USERNAME }}
|
||||||
- name: Cancel workflow
|
- name: Cancel workflow
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: andymckay/cancel-action@0.2
|
uses: andymckay/cancel-action@0.3
|
||||||
|
|
||||||
deploy_to_bluemix:
|
deploy_to_bluemix:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -439,7 +439,7 @@ jobs:
|
||||||
run: ci/verify_docs_alive.sh
|
run: ci/verify_docs_alive.sh
|
||||||
- name: Cancel workflow
|
- name: Cancel workflow
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: andymckay/cancel-action@0.2
|
uses: andymckay/cancel-action@0.3
|
||||||
|
|
||||||
upload_to_sonar:
|
upload_to_sonar:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -484,4 +484,4 @@ jobs:
|
||||||
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
|
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
|
||||||
- name: Cancel workflow
|
- name: Cancel workflow
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: andymckay/cancel-action@0.2
|
uses: andymckay/cancel-action@0.3
|
||||||
|
|
Loading…
Reference in New Issue