Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lo <wenchih@apache.org>
  • Loading branch information
lowc1012 committed Mar 10, 2024
1 parent c967a97 commit 88540c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- master
- flyte-issues-4994 # test
env:
GO_VERSION: "1.22"
PRIORITIES: "P0"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:

on:
push:
branches: [master]
branches: [master, flyte-issues-4994]
pull_request:
branches: [master]

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/flyteidl-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- master
- flyte-issues-4994 # test
env:
GO_VERSION: "1.22"
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- master
- flyte-issues-4994
pull_request:

env:
Expand Down

0 comments on commit 88540c7

Please sign in to comment.