Skip to content

Commit

Permalink
change back
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux authored Aug 16, 2024
1 parent ac260ef commit 18037bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ permissions:
jobs:
docker-test:
name: Docker Build (Test)
runs-on: namespace-profile-default
runs-on: ubuntu-latest
steps:
- name: Checking Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
docker-publish:
name: Docker Build (Publish)
runs-on: namespace-profile-default
runs-on: ubuntu-latest
needs: [ docker-test ]
if: github.event_name != 'pull_request'
steps:
Expand Down

0 comments on commit 18037bc

Please sign in to comment.