Skip to content

Commit

Permalink
Update deploy-prod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchuantang authored Dec 16, 2024
1 parent d693e7c commit cd77f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
jobs:
get_workflow_conclusion:
name: Lookup conclusion of workflow_run event
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
conclusion: ${{ fromJson(steps.get_conclusion.outputs.data).conclusion }}
steps:
Expand All @@ -37,7 +37,7 @@ jobs:

cd:
name: cd
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ github.event.workflow_run.conclusion == 'success' }}


Expand Down

0 comments on commit cd77f13

Please sign in to comment.