Skip to content

Commit

Permalink
clean up PR
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 4, 2024
1 parent f4bc545 commit fa34c99
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/version_updater.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
name: Version Updater
on:
push:
branches:
- troubleshoot-version-updater
schedule:
# Runs at 00:00 every day
- cron: '0 0 * * *'
workflow_dispatch: # Adds the ability to manually trigger the workflow

permissions:
contents: write
pull-requests: write

jobs:
update-nuclei-version:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fa34c99

Please sign in to comment.