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
Prev Previous commit
Fix invalid keyword for 'and' in the workflow condition
  • Loading branch information
keenbytes committed Oct 31, 2022
commit a6ebb1f5b0dd0465a2595ab6e35d0970d1f9eb39
2 changes: 1 addition & 1 deletion .github/workflows/contracts-e2e-tests-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

build_and_deploy_contracts:
name: Deploy contracts on feature environment
if: github.event_name == 'push' and github.ref_name == 'benjamin'
if: github.event_name == 'push' && github.ref_name == 'benjamin'
needs: [run-tests]
runs-on: ubuntu-20.04
steps:
Expand Down