1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

[CI skip] Fixed PR workflows (#3051)

* Update auto-squash.yml

* Hopefully fixed the workflow here.

* Just print it all out

* Update auto-squash.yml

* Update auto-squash.yml

* Update auto-approve.yml
This commit is contained in:
TheBusyBiscuit 2021-05-13 11:13:43 +02:00 committed by GitHub
parent a4af25938e
commit 1015b2791a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
## Only run this on the main repo
if: github.repository == 'Slimefun/Slimefun4'
if: github.event.pull_request.head.repo.full_name == 'Slimefun/Slimefun4'
steps:
- name: Approve via actions

View File

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
## Only run this on the main repo
if: github.head_ref == 'Slimefun/Slimefun4'
if: github.event.pull_request.head.repo.full_name == 'Slimefun/Slimefun4'
steps:
- name: Auto squash