Skip to content

Commit

Permalink
Update regressiontests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin authored Jul 15, 2024
1 parent a79ab78 commit acb6bd0
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/regressiontests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,9 @@ on:

jobs:

debug:
name: Debug
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:

- name: Debug
run: |
echo ${{ github.event.action }}
echo ${{ github.event.pull_request.draft }}
echo ${{ github.event.action != 'pull_request' }}
echo ${{ github.event.pull_request.draft == false }}
regression_tests:
name: "Test: ${{ matrix.taskdir }}"
if: ${{ github.event.action != 'pull_request' || github.event.pull_request.draft == false }}
if: ${{ github.event.action != 'synchronize' || github.event.pull_request.draft == false }}
timeout-minutes: 1440
runs-on: gpuagrohr-01
container:
Expand Down

0 comments on commit acb6bd0

Please sign in to comment.