Skip to content

Commit

Permalink
temporary disabling CI on main to save CI cost (#318)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander authored Feb 22, 2024
1 parent b3afd4b commit ae4b7b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: lint

on:
push:
branches: [ "main" ]
#FIXME: uncomment it once open source
#push:
#branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: test

on:
push:
branches: [ "main" ]
paths-ignore:
- "site/**"
- "**/*.md"
#FIXME: uncomment it once open source
#push:
#branches: [ "main" ]
#paths-ignore:
#- "site/**"
#- "**/*.md"
pull_request:
branches: [ "main" ]
paths-ignore:
Expand Down

0 comments on commit ae4b7b5

Please sign in to comment.