Skip to content

Commit

Permalink
Testing CI, DO NOT MERGE
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser committed Jan 24, 2023
1 parent 75fee85 commit b1d92f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-datapath-verifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
# will disappear from the PR checks: please provide a direct link to the
# successful workflow run (can be found from Actions tab) in a comment.
#
# pull_request: {}
pull_request: {}
###

# By specifying the access of one of the scopes, all of those that are not
Expand Down
2 changes: 1 addition & 1 deletion test/bpf/verifier-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright Authors of Cilium

set -eo pipefail
set -ox pipefail

DEV="cilium-probe"
DIR=$(dirname $0)/../../bpf
Expand Down

0 comments on commit b1d92f9

Please sign in to comment.