Skip to content

Commit 1a25284

Browse files
authored
Merge pull request rust-lang#619 from Kobzol/ci-pr
Remove duplicated CI triggers
2 parents b825dbc + ff2cd0f commit 1a25284

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: CI
22

33
on:
4-
- push
54
- pull_request
65

76
permissions:

.github/workflows/gcc12.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: CI libgccjit 12
22

33
on:
4-
- push
54
- pull_request
65

76
permissions:

.github/workflows/m68k.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
name: m68k CI
44

55
on:
6-
- push
76
- pull_request
87

98
permissions:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: CI with sysroot compiled in release mode
22

33
on:
4-
- push
54
- pull_request
65

76
permissions:

.github/workflows/stdarch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: stdarch tests with sysroot compiled in release mode
22

33
on:
4-
- push
54
- pull_request
65

76
permissions:

0 commit comments

Comments
 (0)