Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 30, 2024
1 parent fbdf795 commit 6b7ea1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
auto-rebase:
runs-on: ubuntu-latest

if: github.ref == 'refs/heads/main' || github.event == 'release'
if: github.ref == 'refs/heads/main' || github.event_name == 'release'
timeout-minutes: 5
steps:
- name: "Initialise Workspace"
Expand Down

0 comments on commit 6b7ea1c

Please sign in to comment.