Skip to content

Commit

Permalink
Comment pull_request triggers except compat-latest-latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Oct 24, 2023
1 parent ef9fa51 commit 4901e72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compat-check-latest-stable.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Compat Check w/PL - latest/stable

on:
pull_request:
# pull_request:
schedule:
- cron: "0 1 * * 1-5" # Run daily at 3am Mon-Fri
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compat-check-stable-latest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Compat Check w/PL - stable/latest

on:
pull_request:
# pull_request:
schedule:
- cron: "0 2 * * 1-5" # Run daily at 3am Mon-Fri
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compat-check-stable-stable.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Compat Check w/PL - stable/stable

on:
pull_request:
# pull_request:
schedule:
- cron: "0 3 * * 1-5" # Run daily at 3am Mon-Fri
workflow_dispatch:
Expand Down

0 comments on commit 4901e72

Please sign in to comment.