Skip to content

Commit

Permalink
Fix yamllint errors on some workflow files.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Feb 28, 2024
1 parent e373afd commit 31cbb4c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tdd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: TDD
on:
on:
pull_request:
branches:
- '*'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Local Standalone Sync Against Local Insights
on:
on:
pull_request:
branches:
- '**'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Standalone IQE RBAC tests
on:
on:
pull_request:
branches:
- '**'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Standalone RBAC on Repositories tests
on:
on:
pull_request:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deactivated/ci_standalone-rbac-roles.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Standalone RBAC Roles
on:
on:
pull_request:
branches:
- '**'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Standalone Cross Repository Search tests
on:
on:
pull_request:
branches:
- '**'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
# run weekly
schedule:
- cron: '30 5 1 * *'
- cron: '30 5 1 * *'

jobs:
i18n:
Expand All @@ -15,11 +15,11 @@ jobs:
strategy:
matrix:
branch:
- 'master'
- 'stable-4.6'
- 'stable-4.7'
- 'stable-4.8'
- 'stable-4.9'
- 'master'
- 'stable-4.6'
- 'stable-4.7'
- 'stable-4.8'
- 'stable-4.9'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 31cbb4c

Please sign in to comment.