Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
BioCarmen committed Mar 4, 2022
1 parent 43c8738 commit 7317285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
start-release:
runs-on: ubuntu-latest
if: github.event.deployment.environment == 'carmen-staging' && (github.event.deployment_status.state != 'success' || github.event.deployment_status.state != 'failure')
if: github.event.deployment.environment == 'carmen-staging' && (github.event.deployment_status.state != 'success' && github.event.deployment_status.state != 'failure')
steps:
- run: echo "${{github.event.action}}" "${{github.event.deployment_status.state}}"
- name: Send release status to mission-control
Expand Down

0 comments on commit 7317285

Please sign in to comment.