Skip to content

Commit

Permalink
Sorry I don't know what I was doing
Browse files Browse the repository at this point in the history
  • Loading branch information
rvtr authored Oct 7, 2024
1 parent 07a1084 commit e48cc06
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
name: update server
run-name: Update locally hosted server
on:
workflow_run:
workflows: [pages build and deployment]
types:
- completed

on: [push]
jobs:
success:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: echo 'The First workflow completed successfully.'
failure:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: echo 'The First workflow failed.'
update:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e48cc06

Please sign in to comment.