Skip to content

Commit

Permalink
[YAML - Lint]
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Oct 3, 2024
1 parent 9c870db commit 5b14052
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: "Pages"
concurrency:
group: "pages"

on: # yamllint disable-line rule:truthy
pull_request:
push:
on: # yamllint disable-line rule:truthy
pull_request: # yamllint disable-line rule:empty-values
push: # yamllint disable-line rule:empty-values

jobs:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

name: UI

on: # yamllint disable-line rule:truthy
pull_request:
push:
on: # yamllint disable-line rule:truthy
pull_request: # yamllint disable-line rule:empty-values
push: # yamllint disable-line rule:empty-values

jobs:
format:
Expand Down

0 comments on commit 5b14052

Please sign in to comment.