summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/provider-compatibility.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml
index f118db1aee..e95a847522 100644
--- a/.github/workflows/provider-compatibility.yml
+++ b/.github/workflows/provider-compatibility.yml
@@ -10,6 +10,10 @@
name: Provider compatibility across versions
+
+# NOTE: if this is being run on pull_request, it will **not** use the pull
+# request's branch. It is hardcoded to use the master branch.
+#
on: #[pull_request]
schedule:
- cron: '0 15 * * *'