Skip to content

Commit

Permalink
fix: not using self hosted for now :sad:
Browse files Browse the repository at this point in the history
  • Loading branch information
olwalkey authored Jan 12, 2025
1 parent 429722e commit e8e4344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
jobs:
push:
name: Push
runs-on: fedora-latest
runs-on: ubuntu-latest
if: "!contains(github.ref, 'develop') || (!contains(github.event.head_commit.message, 'skip docker') && !contains(github.event.head_commit.message, 'docker skip'))"
steps:
- name: Code checkout
Expand Down

0 comments on commit e8e4344

Please sign in to comment.