We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ef479 commit bbc5bd3Copy full SHA for bbc5bd3
.github/workflows/ci.yml
@@ -216,13 +216,9 @@ jobs:
216
217
gitleaks:
218
name: Gitleaks check
219
-<<<<<<< HEAD
220
- runs-on: ubicloud-standard-2
+ runs-on: ubuntu-latest
221
# Only run for base repo, not forks
222
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name != 'pull_request'
223
-=======
224
- runs-on: ubuntu-latest
225
->>>>>>> main
226
steps:
227
- name: Checkout code
228
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
0 commit comments