-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md and workflow names(#9)
* Update README.md * Rename workflows for better display * Rename badges in readme too
- Loading branch information
1 parent
4c9ed28
commit aa86661
Showing
4 changed files
with
12 additions
and
6 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,4 +1,4 @@ | ||
name: Humble Binary Build - main | ||
name: Humble Stack Build | ||
# author: Denis Štogl <[email protected]> | ||
# description: 'Build & test all dependencies from released (binary) packages.' | ||
|
||
|
@@ -9,7 +9,7 @@ on: | |
- cron: '03 1 * * *' | ||
|
||
jobs: | ||
binary: | ||
stack-build: | ||
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml | ||
strategy: | ||
fail-fast: false | ||
|
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,4 +1,4 @@ | ||
name: Iron Binary Build - main | ||
name: Iron Stack Build | ||
# author: Denis Štogl <[email protected]> | ||
# description: 'Build & test all dependencies from released (binary) packages.' | ||
|
||
|
@@ -9,7 +9,7 @@ on: | |
- cron: '03 1 * * *' | ||
|
||
jobs: | ||
binary: | ||
stack-build: | ||
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml | ||
strategy: | ||
fail-fast: false | ||
|
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,4 +1,4 @@ | ||
name: Rolling Binary Build - main | ||
name: Rolling Stack Build | ||
# author: Denis Štogl <[email protected]> | ||
# description: 'Build & test all dependencies from released (binary) packages.' | ||
|
||
|
@@ -9,7 +9,7 @@ on: | |
- cron: '03 1 * * *' | ||
|
||
jobs: | ||
binary: | ||
stack-build: | ||
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml | ||
strategy: | ||
fail-fast: false | ||
|
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