Skip to content

Commit

Permalink
remove staging trigger (#3792)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffra authored Jun 23, 2023
1 parent 49a0a1b commit 2c62cb4
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 93 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/amd-mi100.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: amd-mi100

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/amd-mi200.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: amd-mi200

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/cpu-inference.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: cpu-inference

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Formatting

on:
push:
branches:
- 'staging**'
pull_request:
branches:
'**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nv-accelerate-v100.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: nv-accelerate-v100

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nv-inference.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: nv-inference

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nv-lightning-v100.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: nv-lightning-v100

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nv-megatron.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: nv-megatron

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nv-mii.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: nv-mii

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nv-pre-compile-ops.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: nv-pre-compile-ops

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
branches:
'**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nv-torch-latest-cpu.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: nv-torch-latest-cpu

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nv-torch-latest-v100.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: nv-torch-latest-v100

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nv-torch19-p40.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: nv-torch19-p40

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nv-torch19-v100.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: nv-torch19-v100

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nv-transformers-v100.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: nv-transformers-v100

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
paths-ignore:
- 'docs/**'
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: python

on:
push:
branches:
- 'staging**'
paths-ignore:
- 'docs/**'
- 'blogs/**'
pull_request:
branches:
'**'
Expand Down

0 comments on commit 2c62cb4

Please sign in to comment.