Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
QartemisT committed Mar 9, 2024
1 parent 7b5826b commit ebf96cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- build

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
repository: 'DeadlyBossMods/DBM-Classic'
ref: 'master'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/luals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
status: ${{ job.status }}
if: ${{ failure() }}
if: ${{ github.event_name != 'pull_request' && failure() }}

0 comments on commit ebf96cd

Please sign in to comment.