Skip to content

Commit

Permalink
Testing deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Nov 29, 2023
1 parent 2c484e5 commit 5cb1aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-depoly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ permissions:
contents: read # This is required for actions/checkout

jobs:
on-success:
deploy:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 5cb1aca

Please sign in to comment.