Skip to content

Commit

Permalink
ci: remove disttag log
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Jul 29, 2024
1 parent a243bb6 commit d627014
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,6 @@ jobs:
path: e2e-tests-completed.txt
key: ${{ hashfiles('others-key.txt', 'starters/e2e/**/*', 'starters/apps/e2e/**/*') }}

log_disttag:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: ubuntu-latest
needs: changes
steps:
- name: Log disttag
run: echo "disttag=${{ needs.changes.outputs.disttag }}"

############ BUILD Qwik ############
build-qwik:
if: needs.changes.outputs.build-qwik == 'true'
Expand Down

0 comments on commit d627014

Please sign in to comment.