Skip to content

Commit bbc5bd3

Browse files
committed
fix: forgotten conflict in CI
1 parent c0ef479 commit bbc5bd3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,9 @@ jobs:
216216
217217
gitleaks:
218218
name: Gitleaks check
219-
<<<<<<< HEAD
220-
runs-on: ubicloud-standard-2
219+
runs-on: ubuntu-latest
221220
# Only run for base repo, not forks
222221
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
223-
=======
224-
runs-on: ubuntu-latest
225-
>>>>>>> main
226222
steps:
227223
- name: Checkout code
228224
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4

0 commit comments

Comments
 (0)