Skip to content

Commit

Permalink
change GH Action machine type
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBogdan committed Jul 23, 2024
1 parent f4703b8 commit 3ac20ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
Push-Docker:
name: push-docker
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3ac20ae

Please sign in to comment.