Skip to content

Commit e1b4be1

Browse files
authored
fix ref (#678)
1 parent 068db9c commit e1b4be1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/trigger-wiki-refresh.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@ on:
88

99
jobs:
1010
trigger-wiki-refresh:
11-
runs-on: >-
12-
${{
13-
(github.event_name != 'pull_request' ||
14-
github.event.pull_request.head.repo.full_name == github.repository)
15-
&& fromJSON('["self-hosted", "linux", "x64", "qemu"]')
16-
|| 'ubuntu-latest'
17-
}}
18-
11+
runs-on: ubuntu-latest
1912
environment: wiki-trigger
2013
if: github.repository_owner == 'karafka'
2114
steps:

0 commit comments

Comments
 (0)