Skip to content

Commit

Permalink
tet
Browse files Browse the repository at this point in the history
  • Loading branch information
BioCarmen committed Mar 3, 2022
1 parent 942710d commit bc7841e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
jobs:
start-release:
runs-on: ubuntu-latest
if: github.event.deployment.environment == 'carmen-staging' && github.event.deployment_status.state != 'success'
if: github.event.deployment.environment == 'carmen-staging'
steps:
- run: echo "${{github.event.deployment_status.state}}"
- run: echo "${{github.event.action}}" "${{github.event.deployment_status.state}}"
- name: Send release status to mission-control
uses: slackapi/slack-github-action@v1.18.0
with:
Expand Down

0 comments on commit bc7841e

Please sign in to comment.