mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2026-02-12 15:46:37 +00:00
Remove timeout limits from chack-agent workflow steps
This commit is contained in:
1
.github/workflows/chack-agent-pr-triage.yml
vendored
1
.github/workflows/chack-agent-pr-triage.yml
vendored
@@ -83,7 +83,6 @@ jobs:
|
||||
- name: Run Chack Agent
|
||||
id: run_chack
|
||||
if: ${{ steps.gate.outputs.should_run == 'true' }}
|
||||
timeout-minutes: 6
|
||||
uses: carlospolop/chack-agent@master
|
||||
with:
|
||||
provider: openrouter
|
||||
|
||||
@@ -98,7 +98,6 @@ jobs:
|
||||
|
||||
- name: Run Chack Agent
|
||||
id: run_chack
|
||||
timeout-minutes: 6
|
||||
uses: carlospolop/chack-agent@master
|
||||
with:
|
||||
provider: openrouter
|
||||
|
||||
@@ -154,7 +154,6 @@ jobs:
|
||||
|
||||
- name: Run Chack Agent
|
||||
id: run_chack
|
||||
timeout-minutes: 6
|
||||
uses: carlospolop/chack-agent@master
|
||||
with:
|
||||
provider: openrouter
|
||||
|
||||
Reference in New Issue
Block a user