-
Notifications
You must be signed in to change notification settings - Fork 803
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from TheWildJames/test
Update release.yml
- Loading branch information
Showing
1 changed file
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
name: Release | ||
|
||
on: | ||
workflow_dispatch: # Manually triggered workflow | ||
workflow_dispatch: # Manually triggered workflow | ||
|
||
jobs: | ||
#build-a12-kernel: | ||
# uses: ./.github/workflows/build-kernel-a12.yml | ||
# secrets: inherit | ||
|
||
# Call the prerequisites workflow to download tools and set up environment variables | ||
prerequisites: | ||
uses: ./.github/workflows/prerequisites.yml # Reference your prerequisites.yml file | ||
|
||
# Example kernel builds (uncomment and use as needed) | ||
build-a12-kernel: | ||
uses: ./.github/workflows/build-kernel-a12.yml | ||
secrets: inherit | ||
#build-a13-kernel: | ||
# uses: ./.github/workflows/build-kernel-a13.yml | ||
# secrets: inherit | ||
build-a14-kernel: | ||
uses: ./.github/workflows/build-kernel-a14.yml | ||
secrets: inherit | ||
#build-a14-kernel: | ||
# uses: ./.github/workflows/build-kernel-a14.yml | ||
# secrets: inherit | ||
#build-a15-kernel: | ||
# uses: ./.github/workflows/build-kernel-a15.yml | ||
# secrets: inherit |