Skip to content

Commit

Permalink
ci: check 8
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Jul 28, 2024
1 parent f753e46 commit 8edda77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
build-unit: ${{ steps.cache-unit.outputs.cache-hit != 'true' }}
build-e2e: ${{ steps.cache-e2e.outputs.cache-hit != 'true' }}
is_release: ${{ steps.check_changesets.outputs.is_release }}
disttag: ${{ steps.check_changesets.outputs.is_release == 'true' && 'latest' || github.event.inputs.disttag }}

steps:
- name: Branch
Expand Down Expand Up @@ -174,13 +175,13 @@ jobs:
path: e2e-tests-completed.txt
key: ${{ hashfiles('others-key.txt', 'starters/e2e/**/*', 'starters/apps/e2e/**/*') }}

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

############ BUILD Qwik ############
build-qwik:
Expand Down
1 change: 0 additions & 1 deletion .mock_changesets/test3.md

This file was deleted.

0 comments on commit 8edda77

Please sign in to comment.