Skip to content

Commit

Permalink
Update dotnet.yml (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz authored Sep 2, 2023
1 parent aff66be commit 9b6806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
image:
if: github.event_name == 'workflow_dispatch' || (github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository_owner == 'FritzAndFriends')
name: 'Create docker image for Web'
runs-on: self-hosted
runs-on: ubuntu-latest
needs: [playwright]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9b6806d

Please sign in to comment.