Skip to content

Commit

Permalink
remove obsolete ci checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ModischFabrications committed Jan 30, 2024
1 parent 9cd48cd commit 91bcf4f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ jobs:
timeout-minutes: 5

steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"

- name: Checkout 🛎️
uses: actions/checkout@v4

Expand All @@ -59,9 +54,7 @@ jobs:
build-and-push-docker:
needs: build-and-test
if:
github.ref == 'refs/heads/{{ github.event.repository.default_branch }}' ||
(startsWith(github.ref, 'refs/tags/v') && github.event.base_ref == 'refs/heads/{{ github.event.repository.default_branch }}')
if: github.ref == 'refs/heads/{{ github.event.repository.default_branch }}' || startsWith(github.ref, 'refs/tags/v')

runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down

0 comments on commit 91bcf4f

Please sign in to comment.