Add dummy if statement to ensure it works
This commit is contained in:
parent
3d7741f3df
commit
8c21ae3b1e
|
@ -81,6 +81,7 @@ jobs:
|
||||||
echo $GITHUB_REF_NAME
|
echo $GITHUB_REF_NAME
|
||||||
echo $GITHUB_REF
|
echo $GITHUB_REF
|
||||||
echo $GITHUB_REF_TYPE
|
echo $GITHUB_REF_TYPE
|
||||||
|
if: success() && github.ref == 'refs/heads/testing-pipeline'
|
||||||
|
|
||||||
- name: Trigger Remote Script
|
- name: Trigger Remote Script
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue