Skip to content

Commit

Permalink
Update staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanky-23 authored Aug 22, 2024
1 parent 8df7124 commit 3b5f2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
on-success:
runs-on: ubuntu-latest
runs-on: bp_runner
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout repository
Expand Down Expand Up @@ -71,4 +71,4 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: echo "CI Workflow failed. Staging deployment was not triggered."
- run: echo "CI Workflow failed. Staging deployment was not triggered."

0 comments on commit 3b5f2c6

Please sign in to comment.