Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Mar 22, 2024
1 parent b526937 commit 5c5a7b1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-linux-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Benchmark Linux-ARM

on: pull_request
on: push

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-linux-x64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Benchmark Linux-X64

on: pull_request
on: push

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility_test-windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Compatibility Test Windows-X64

on: pull_request
on: push

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compatibility_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Compatibility Test Linux-X64|ARM

on: pull_request
on: push

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzzing-linux-x64.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Fuzz Test Linux-X64

on: pull_request
on: push

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generic_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Generic Test Go1.18-Linux-X64

on: pull_request
on: push

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: License Check

on: pull_request
on: push

jobs:
build:
Expand Down

0 comments on commit 5c5a7b1

Please sign in to comment.