Skip to content

Commit 7709523

Browse files
committed
ci improvements
1 parent fdbdf8a commit 7709523

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
with:
235235
context: . # using the current directory as the context
236236
push: true # push the docker image to the registry
237-
tags: ghcr.io/octodemo/${{ github.repository }}:${{ github.run_number }} # tag the docker image with the current run number from the github action workflow run
237+
tags: ghcr.io/${{ github.repository }}:${{ github.run_number }} # tag the docker image with the current run number from the github action workflow run
238238

239239
runner-indexes: # job to generate the runner indexes for the uat-parallel-tests job
240240
runs-on: ubuntu-latest

.github/workflows/codeql.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
name: "CodeQL"
1313

1414
on:
15-
push:
16-
branches: [ "main" ]
17-
pull_request:
18-
# The branches below must be a subset of the branches above
19-
branches: [ "main" ]
20-
schedule:
21-
- cron: '39 5 * * 0'
15+
workflow_dispatch:
16+
# push:
17+
# branches: [ "main" ]
18+
# pull_request:
19+
# # The branches below must be a subset of the branches above
20+
# branches: [ "main" ]
21+
# schedule:
22+
# - cron: '39 5 * * 0'
2223

2324
jobs:
2425
analyze:

0 commit comments

Comments
 (0)