mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
- Added condition to the 'on-success' job to execute only if the preceding workflow run concludes successfully.
This commit is contained in:
parent
cffef7aa15
commit
3698d9065e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker_main.yml
vendored
1
.github/workflows/docker_main.yml
vendored
|
|
@ -11,6 +11,7 @@ on:
|
|||
jobs:
|
||||
on-success:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue