Skip to content

Commit

Permalink
Commit cilium#1
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung-DV committed May 26, 2024
1 parent 6999d7e commit 61abcc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
paths-ignore:
- 'docs/**'

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
#concurrency:
# group: ${{ github.ref }}
# cancel-in-progress: true

env:
clusterName: tetragon-ci
Expand Down
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ENV['VAGRANT_DEFAULT_PROVIDER'] = 'docker'

Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/jammy64"
config.vm.disk :disk, size: "50GB"
Expand Down

0 comments on commit 61abcc2

Please sign in to comment.