Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jul 30, 2024
1 parent ae6f026 commit ccec8cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/apiserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Check EditorConfig compliance
run: eclint check $(git ls-files) apiserver

- run: ls -l --color -Fh
- name: Check that we're using system Ruby
run: test "$(which ruby)" = /usr/bin/ruby

Expand Down Expand Up @@ -75,7 +74,7 @@ jobs:
deploy:
runs-on: ubuntu-24.04
needs: build
if: github.ref == 'refs/heads/hetzner' || github.event.inputs.deploy == 'true'
if: github.ref == 'refs/heads/main' || github.event.inputs.deploy == 'true'
environment: deploy
permissions:
contents: write
Expand Down

0 comments on commit ccec8cd

Please sign in to comment.