Skip to content

Commit

Permalink
remove ci-debuging for the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Sep 1, 2023
1 parent 9ebf4f5 commit 0d61a22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analizer.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "Code Scanning - Action"

on:
# pull_request:
# paths:
# - "**.go"
pull_request:
paths:
- "**.go"
push:
branches: [ main ]
paths:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- main
tags:
- "v*.*.*"
# pull_request:
# branches:
# - main
pull_request:
branches:
- main
workflow_dispatch:
inputs:
tags:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/starship-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch: {}

jobs:
e2e-test:
Expand Down

0 comments on commit 0d61a22

Please sign in to comment.