Skip to content

Commit

Permalink
correct depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharth9820 committed Oct 17, 2023
1 parent 9ed9f57 commit fa0c053
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/formatting.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: formatting tests

on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
workflow_call:

concurrency:
group: unit_tests-${{github.ref}}-${{github.event.pull_request.number || github.run_number}}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/nvidia-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: nvidia-rtx-3090 tests

on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
workflow_dispatch:
workflow_call:

concurrency:
group: unit_tests-${{github.ref}}-${{github.event.pull_request.number || github.run_number}}
Expand Down

0 comments on commit fa0c053

Please sign in to comment.