Skip to content

Commit

Permalink
Ignore docs/** in packages-e2e-tests.yaml
Browse files Browse the repository at this point in the history
Just noticed this check started in #1377.

Signed-off-by: Mahé <[email protected]>
  • Loading branch information
mtardy authored and kkourt committed Aug 22, 2023
1 parent c56db09 commit 56d4671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/packages-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths-ignore:
- "**.md"
- 'docs/**'

jobs:
standalone-tests:
Expand Down Expand Up @@ -69,4 +70,4 @@ jobs:
- name: Uninstall Tetragon Tarball
run: |
sudo ./tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}/uninstall.sh
working-directory: ./build/${{ matrix.arch }}/linux-tarball/
working-directory: ./build/${{ matrix.arch }}/linux-tarball/

0 comments on commit 56d4671

Please sign in to comment.