Skip to content

Commit

Permalink
Remove push triggers used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jungnoh committed Feb 16, 2024
1 parent 07cd83e commit 449d8ea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/clippy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: clippy

on:
push:
pull_request:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/crdgen.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: crdgen

on:
push:
pull_request:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/rustfmt.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: rustfmt

on:
push:
pull_request:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: test

on:
push:
pull_request:

jobs:
Expand Down

0 comments on commit 449d8ea

Please sign in to comment.