Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Adjust…
Browse files Browse the repository at this point in the history
… CI configuration for new runner
  • Loading branch information
falko17 committed Jan 9, 2025
1 parent d360bb3 commit b77a6df
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 @@ -26,7 +26,7 @@ jobs:
name: Setup Repository
# The following condition filters out pull requests that are closed, but not merged.
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.state != 'closed' || github.event.pull_request.merged }}
runs-on: [self-hosted, see-ci-sts]
runs-on: [self-hosted, sts5]
outputs:
runner: ${{ steps.remember.outputs.runner }}
steps:
Expand All @@ -40,7 +40,7 @@ jobs:
run: echo "runner=${{ runner.name }}" >> $GITHUB_OUTPUT
gitscripts:
name: Run GitScript checks
runs-on: ubuntu-latest
runs-on: [self-hosted, sts5]
if: ${{ github.event_name != 'workflow_dispatch' }}
steps:
# FIXME: Change pointer.
Expand Down

0 comments on commit b77a6df

Please sign in to comment.