Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Jul 21, 2023
1 parent 653fc2b commit d31a182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
# Build job
github-pages:
if: github.event.workflow_run.conclusion == 'success'
runs-on: ${{ github.ref_name != 'main' && 'ubuntu-latest' || (
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') }}
steps:
- name: 📂 Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit d31a182

Please sign in to comment.