Skip to content

Commit 70e24cc

Browse files
committed
df
1 parent dbf7ff0 commit 70e24cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testwf.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ concurrency: deploy-cloud-staging
2626
jobs:
2727
ci:
2828
if: github.event_name != 'workflow_dispatch' || github.event.inputs.skip_ci != 'true'
29-
uses: ./.github/workflows/main-deploy.yml
29+
runs-on: ubuntu-latest
30+
steps:
31+
- run: echo "CI"
3032

3133
ci-skipped:
3234
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.skip_ci == 'true' }}

0 commit comments

Comments
 (0)