Skip to content

Commit

Permalink
fix(ci): disable ETL (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored May 17, 2024
1 parent 7238801 commit 8e744d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:

verify:
name: Verify ETL
# if: inputs.etl == 'true' #&& needs.deploy.outputs.triggered == 'true'
if: inputs.etl == 'true'
environment: ${{ github.event_name == 'pull_request' && '' || inputs.target }}
needs: [deploy]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8e744d8

Please sign in to comment.