Skip to content

Commit

Permalink
Fix yamlint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Dec 31, 2023
1 parent d5d1d03 commit dbf1172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Docker Image CI

on:
on: # yamllint disable-line rule:truthy
push:
branches: ["master"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint Code Base

on:
on: # yamllint disable-line rule:truthy
push:
branches: [ "master" ]
pull_request:
Expand Down

0 comments on commit dbf1172

Please sign in to comment.