Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jan 27, 2025
1 parent 8539f80 commit 9e78f5a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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
on
workflow_run:
workflows: ['Static Linting']
types: [completed]
branches:
- trunk
workflow_run:
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
steps:
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
run: echo "Second action successfully finished!"

0 comments on commit 9e78f5a

Please sign in to comment.