Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches: [ main ]
pull_request:
release:
types: [ released ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down Expand Up @@ -81,7 +79,7 @@ jobs:
if: ${{ matrix.gradle-task == 'assembleRelease' }}
run: ./gradlew assembleRelease check -x embrace-gradle-plugin-integration-tests:test --stacktrace

- name: Gradle (assembleRelease check -x embrace-gradle-plugin-integration-tests:test)
- name: Gradle (examples/ExampleApp/ bundleRelease)
if: ${{ matrix.gradle-task == 'bundleReleaseExampleApp' }}
working-directory: examples/ExampleApp
run: ./gradlew bundleRelease
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Set snapshot_name in gradle.properties if set
env:
SNAPSHOT_NAME: ${{ inputs.snapshot_name }}
Expand Down