Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
edit condition
  • Loading branch information
fbielejec committed Nov 7, 2022
commit 897274f869a3ae09e2c7dc4d95b7b469ed84a278
3 changes: 1 addition & 2 deletions .github/workflows/contracts-e2e-tests-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:

build_and_deploy_contracts:
name: Deploy contracts on feature environment
if: github.event_name == 'push' && github.ref_name == 'benjamin'
if: ${{ (github.event_name == 'push') && (github.ref == 'refs/heads/edit-workflow-condition') }}
needs: [run-tests]
runs-on: ubuntu-20.04
steps:
Expand Down Expand Up @@ -299,4 +299,3 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H 'Authorization: Bearer ${{ secrets.CI_GH_TOKEN }}' \
-d '{ "ref":"main", "inputs": { "buildImage": "false", "deployImage": "true" }}'