Skip to content

Commit

Permalink
chore: update GitHub workflows to trigger on push to main and remove …
Browse files Browse the repository at this point in the history
…unused test workflow
  • Loading branch information
root4loot committed Oct 4, 2024
1 parent d72ab44 commit 2de598a
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 56 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-bugcrowd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Bugcrowd

on:
push:
branches:
- main
schedule:
- cron: "0 8 * * *"

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 8 * * *"

Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/test-daily.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/test-hackenproof.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: HackenProof

on:
push:
branches:
- main
schedule:
- cron: "0 8 * * *"

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-hackerone.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: HackerOne

on:
push:
branches:
- main
schedule:
- cron: "0 8 * * *"

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-intigriti.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Intigriti

on:
push:
branches:
- main
schedule:
- cron: "0 8 * * *"

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-yeswehack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: YesWeHack

on:
push:
branches:
- main
schedule:
- cron: "0 8 * * *"

Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 2de598a

Please sign in to comment.