-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove commented lines in workflow file
- List CMake options one per line Re ECFLOW-1967
- Loading branch information
1 parent
6abdd1a
commit c2cc15e
Showing
3 changed files
with
25 additions
and
12 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
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
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 |
---|---|---|
|
@@ -2,9 +2,7 @@ name: cd | |
|
||
on: | ||
push: ~ | ||
#push: | ||
# tags: | ||
# - '[0-9]+.[0-9]+.[0-9]+' | ||
|
||
# Trigger the workflow manually | ||
workflow_dispatch: ~ | ||
|
||
|
@@ -22,7 +20,5 @@ jobs: | |
with: | ||
skip_checks: true | ||
restrict_matrix_jobs: [email protected] | ||
#restrict_matrix_jobs: gnu@debian-12 | ||
build_config: .github/cd-ui-config.yml | ||
#cpack_options: -DCPACK_PACKAGE_NAME=ecflow-ui | ||
secrets: inherit |