Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Build PR

on:
pull_request_target:
types: [synchronize]
# pull_request_target:
# types: [synchronize]
workflow_dispatch:
inputs:
docker_tag:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Build master

on:
push:
branches:
- 'master'
# push:
# branches:
# - 'master'
workflow_dispatch:

concurrency:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-noku.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build and Deploy Docker Image

on:
push:
branches:
- main
workflow_dispatch:
inputs:
version_type:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/go-ci.yml → .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Go CI Pipeline
name: Go lint Pipeline

on:
push:
branches:
- master
pull_request:
branches:
- master
pull_request_target:
types: [synchronize]
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: Check PR

on:
pull_request_target:
types: [synchronize]
pull_request:
branches: [ "master" ]
workflow_dispatch:
Expand Down