Update release-ci.yml

pull/762/head
Nikita Sobolev 2 years ago committed by GitHub
parent 0ea259187f
commit bd88b31585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,17 +5,19 @@ on:
schedule:
- cron: '0 0 * * *'
# In case we change the `install.sh` scripts:
# In case we change the some build scripts:
push:
branches:
- master
paths:
- 'utils/*/install.sh'
- '.ci/release-ci/**'
- '.github/workflows/release-ci.yml'
pull_request:
paths:
- 'utils/*/install.sh'
- '.ci/release-ci/**'
- '.github/workflows/release-ci.yml'
concurrency:
group: ${{ github.head_ref || github.run_id }}
@ -49,7 +51,7 @@ jobs:
name: Create an issue if release-ci failed
runs-on: ubuntu-latest
needs: [build]
if: ${{ github.repository == 'sobolevn/git-secret' && always() && (needs.stubtest-stdlib.result == 'failure' || needs.stubtest-third-party.result == 'failure') }}
if: ${{ github.repository == 'sobolevn/git-secret' && always() && needs.build.result == 'failure' }}
permissions:
issues: write
steps:

Loading…
Cancel
Save