Skip to content

Commit

Permalink
YAML is fun.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jan 27, 2025
1 parent 59163b7 commit 73f1a6d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Publish Website over SFTP
on:
pull_request:
push:
branches:
- trunk
branches:
- trunk
workflow_run:
workflows: ['Static Linting']
types: [completed]
workflows: ['Static Linting']
types: [completed]

jobs:
after:
runs-on: ubuntu-latest
steps:
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
run: echo "Second action successfully finished!"
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: echo "Second action successfully finished!"

0 comments on commit 73f1a6d

Please sign in to comment.