We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 653fc2b commit d31a182Copy full SHA for d31a182
.github/workflows/main.yml
@@ -22,8 +22,8 @@ jobs:
22
# Build job
23
github-pages:
24
if: github.event.workflow_run.conclusion == 'success'
25
- runs-on: ${{ github.ref_name != 'main' && 'ubuntu-latest' || (
26
- github.repository_owner != 'FeedMapping' && 'windows-latest' || 'self-hosted') }}
+ runs-on: ${{ github.actor != github.repository_owner && 'self-hosted' || (
+ github.ref_name != 'main' && 'ubuntu-latest' || 'windows-latest') }}
27
steps:
28
- name: 📂 Checkout
29
uses: actions/checkout@v3
0 commit comments