Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseysh committed Dec 6, 2023
1 parent c16c1f7 commit 90589c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ on:
- main

jobs:
skip:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- name: Skip
run: |
echo "Skip docker tests for pull requests"
all_tests:
runs-on: ubuntu-latest
if: github.event_name == 'push'
Expand Down

0 comments on commit 90589c7

Please sign in to comment.