Skip to content

Commit

Permalink
chore: fix yamllint errors on gh workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-vtimofeenko committed May 24, 2024
1 parent 6c3ca4c commit 6ee7cfe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-push-dockerfile.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: Build from Dockerfile and push to Snowflake

# yamllint disable-line rule:truthy
on:
workflow_dispatch: # Run manually only
workflow_dispatch: # Run manually only

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
name: Build and push small image to Snowflake

# yamllint disable-line rule:truthy
on:
workflow_dispatch: # Run manually only
workflow_dispatch: # Run manually only

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nix-flake-check.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: "Nix-related checks"
# yamllint disable-line rule:truthy
on:
push:
branches:
Expand Down

0 comments on commit 6ee7cfe

Please sign in to comment.