diff options
author | J10a1n15 <45315647+j10a1n15@users.noreply.github.com> | 2024-08-18 22:26:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-18 22:26:41 +0200 |
commit | 7fb29cf073c95ca36388f57e04b53cc18f35fe8a (patch) | |
tree | 5c87de0370d01feb522519ad86be76bd31271f95 /.github/workflows | |
parent | 0b76561bce1a1a936c6f2413065f0e9060a7c5ef (diff) | |
download | skyhanni-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.yml | 4 |
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: |