Skip to content

Commit

Permalink
Update deployonly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq authored Jun 20, 2024
1 parent 7dab2ca commit 5c4c52a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deployonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
if: ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' }}

steps:
- name: New step
run: |
echo "run some new code"
- uses: actions/download-artifact@v4
with:
github-token: ${{ github.token }}
Expand Down

0 comments on commit 5c4c52a

Please sign in to comment.