Skip to content

Commit

Permalink
More formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jan 27, 2025
1 parent 9e78f5a commit 59163b7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Publish Website over SFTP

on:
pull_request:
push:
branches:
- trunk
workflow_run:
workflows: ['Static Linting']
types: [completed]
pull_request:
push:
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!"
after:
runs-on: ubuntu-latest
steps:
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
run: echo "Second action successfully finished!"

0 comments on commit 59163b7

Please sign in to comment.