Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Nov 8, 2024
1 parent 9b43f03 commit b8ae7cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
with:
go-version: "1.22"
- name: go mod download
# working-directory: src/k8s
run: go mod download
# working-directory: src/k8s
- name: TICS scan
run: |
export TICSAUTHTOKEN=${{ secrets.TICSAUTHTOKEN }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: E2E Tests

on:
pull_request:
workflow_dispatch:

# pull_request:

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
pull_request:
# pull_request:

permissions:
contents: read
Expand Down

0 comments on commit b8ae7cb

Please sign in to comment.