Skip to content

Commit

Permalink
Revert "Temp disable update unlisted job"
Browse files Browse the repository at this point in the history
This reverts commit ea0327a.
  • Loading branch information
0xtawa committed Jan 3, 2023
1 parent ea0327a commit 6c07731
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/alert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# - name: Update unlisted
# run: |
# curl --fail https://born-to-llama.herokuapp.com/refresh
# exit $?
- name: Update unlisted
run: |
curl --fail https://born-to-llama.herokuapp.com/refresh
exit $?
- name: Deploy to server
run: |
curl --fail https://born-to-llama.herokuapp.com/rebuild-server
Expand Down

0 comments on commit 6c07731

Please sign in to comment.