mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Workflow fixes
- Fix typo in 'paths-ignore' - Add back 'buildDistribution' to demo job summary
This commit is contained in:
9
.github/workflows/demo-job-summary.yml
vendored
9
.github/workflows/demo-job-summary.yml
vendored
@@ -4,7 +4,16 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-distribution:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v4
|
||||
- name: Build and upload distribution
|
||||
uses: ./.github/actions/build-dist
|
||||
|
||||
many-gradle-builds:
|
||||
needs: build-distribution
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
|
||||
Reference in New Issue
Block a user