aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJ10a1n15 <45315647+j10a1n15@users.noreply.github.com>2024-08-18 22:26:41 +0200
committerGitHub <noreply@github.com>2024-08-18 22:26:41 +0200
commit7fb29cf073c95ca36388f57e04b53cc18f35fe8a (patch)
tree5c87de0370d01feb522519ad86be76bd31271f95 /.github/workflows
parent0b76561bce1a1a936c6f2413065f0e9060a7c5ef (diff)
downloadskyhanni-7fb29cf073c95ca36388f57e04b53cc18f35fe8a.tar.gz
skyhanni-7fb29cf073c95ca36388f57e04b53cc18f35fe8a.tar.bz2
skyhanni-7fb29cf073c95ca36388f57e04b53cc18f35fe8a.zip
Fix: Check Dependency running on beta commit (#2377)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check_dependencies.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml
index 50f3641ae..0d79d26ab 100644
--- a/.github/workflows/check_dependencies.yml
+++ b/.github/workflows/check_dependencies.yml
@@ -1,11 +1,9 @@
name: Check PR Dependencies
+# TODO: Run when other pr gets merged
on:
pull_request_target:
types: [ opened, edited ]
- push:
- branches:
- - beta
jobs:
check-dependencies: