Skip to content

Commit

Permalink
rm triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Sep 19, 2023
1 parent 0b6e408 commit f494c40
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/linux_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ on:
schedule:
# run daily at 00:00
- cron: '0 0 * * *'
pull_request:
paths-ignore:
- '**/docs/**'
- 'docs/**'
- '**/**.md'
- '**.md'
- '**/layer_tests_summary/**'
- '**/conformance/**'
push:
paths-ignore:
- '**/docs/**'
- 'docs/**'
- '**/**.md'
- '**.md'
- '**/layer_tests_summary/**'
- '**/conformance/**'
branches:
- master
# pull_request:
# paths-ignore:
# - '**/docs/**'
# - 'docs/**'
# - '**/**.md'
# - '**.md'
# - '**/layer_tests_summary/**'
# - '**/conformance/**'
# push:
# paths-ignore:
# - '**/docs/**'
# - 'docs/**'
# - '**/**.md'
# - '**.md'
# - '**/layer_tests_summary/**'
# - '**/conformance/**'
# branches:
# - master

concurrency:
group: ${{ github.head_ref || github.run_id }}-linux-cuda
Expand Down

0 comments on commit f494c40

Please sign in to comment.