Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(build): empty PR for debugging errors #4008

Closed
wants to merge 15 commits into from
4 changes: 2 additions & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Fork OSX checks
if: github.event.label.name == 'E2-forcemacos'
uses: gear-tech/fork-action@main
uses: gear-tech/fork-action@cl/override
with:
token: ${{ secrets.GITHUB_TOKEN }}
workflow_id: ".github/workflows/build-macos.yml"
Expand All @@ -47,7 +47,7 @@ jobs:

- name: Fork Win checks
if: github.event.label.name == 'E1-forcenatwin'
uses: gear-tech/fork-action@main
uses: gear-tech/fork-action@cl/override
with:
token: ${{ secrets.GITHUB_TOKEN }}
workflow_id: ".github/workflows/build-win-native.yml"
Expand Down
Loading