Skip to content

Commit

Permalink
Undo temporary changes to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandrenkov committed Oct 3, 2023
1 parent 84c2f3d commit 07b403f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
echo "build_all_demos=$build_all_demos" >> $GITHUB_OUTPUT
- name: Fail for Pull Request in Draft without ci:build-all-qml-demos label
# TODO: Uncomment this condition.
# if: steps.build_all_demos.outputs.build_all_demos == 'false' && github.event.pull_request.draft == true
if: steps.build_all_demos.outputs.build_all_demos == 'false' && github.event.pull_request.draft == true
run: |
message="By default, CI checks will not run on draft PRs.
If you need the CI checks to run, you can mark the PR ready for review, or add the label 'ci:build-all-qml-demos'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches:
- master
- dev
- sc-44774-glass-onion-demos-bucket

concurrency:
group: build-text-doc-${{ github.ref }}
Expand Down Expand Up @@ -39,7 +38,7 @@ jobs:
aws_text_s3_bucket_id: ${{ secrets.STAGING_MAIN_GLASS_ONION_DEMOS_BUCKET_ID }}

upload-dev:
# if: github.ref_name == 'dev'
if: github.ref_name == 'dev'
needs:
- build
uses: ./.github/workflows/upload-text.yml
Expand Down

0 comments on commit 07b403f

Please sign in to comment.