Skip to content

Commit

Permalink
Restore workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 28, 2023
1 parent b111067 commit 5db4d4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pentests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Penetration Tests

on:
pull_request:
schedule: [cron: "0 11 * * 6"] # 3 AM PST = 12 PM UDT, Saturdays
workflow_dispatch:

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Pull Request

on:
workflow_dispatch:
# pull_request:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 5db4d4d

Please sign in to comment.