-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update templated files to rev 3451442 (#60)
* Generated commit to update templated files based on rev 3451442 in stackabletech/operator-templating repo. Original commit message: Revert -Added an environment variable to disable lookups in log4j strings. (#32)- (#34) This reverts commit 1c43a92fd5846264c113fe7955b805740482a288. * Github Actions: Generated k8s manifest files Co-authored-by: Stacky McStackface <[email protected]>
- Loading branch information
1 parent
284a588
commit 4b1d877
Showing
3 changed files
with
19 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ on: | |
push: | ||
branches: | ||
- main | ||
- staging | ||
- trying | ||
pull_request: | ||
|
||
env: | ||
|
@@ -32,9 +34,6 @@ jobs: | |
- uses: actions-rs/[email protected] | ||
with: | ||
command: test | ||
- uses: actions-rs/[email protected] | ||
with: | ||
command: clean | ||
|
||
rustfmt: | ||
name: Run rustfmt | ||
|
@@ -80,6 +79,7 @@ jobs: | |
toolchain: stable | ||
components: clippy | ||
override: true | ||
- uses: Swatinem/[email protected] | ||
# We need this due to: https://github.com/actions-rs/clippy-check/issues/2 | ||
- name: Check workflow permissions | ||
id: check_permissions | ||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
status = [ | ||
'Run tests', | ||
'Run rustfmt', | ||
'Run rustdoc', | ||
'Run clippy', | ||
'Run cargo deny (bans licenses sources)' | ||
] | ||
delete_merged_branches = true | ||
pr_status = [ 'license/cla' ] | ||
timeout_sec = 7200 |