We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf7ff0 commit 70e24ccCopy full SHA for 70e24cc
.github/workflows/testwf.yml
@@ -26,7 +26,9 @@ concurrency: deploy-cloud-staging
26
jobs:
27
ci:
28
if: github.event_name != 'workflow_dispatch' || github.event.inputs.skip_ci != 'true'
29
- uses: ./.github/workflows/main-deploy.yml
+ runs-on: ubuntu-latest
30
+ steps:
31
+ - run: echo "CI"
32
33
ci-skipped:
34
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.skip_ci == 'true' }}
0 commit comments