Skip to content

Commit

Permalink
tmp CI enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
oksana-grishchenko committed Jan 23, 2025
1 parent 0cd3ffb commit 3d66e8a
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ on:
branches:
- main
types: [opened, synchronize, reopened, labeled]
on:
workflow_dispatch:
inputs:
debug:
type: choice
description: "Enable Tmate session for debugging."
options:
- Disabled
- Enabled
required: false
workflow_dispatch:
inputs:
debug:
type: choice
description: "Enable Tmate session for debugging."
options:
- Disabled
- Enabled
required: false
jobs:
golang-tests:
name: Go unit tests
Expand Down

0 comments on commit 3d66e8a

Please sign in to comment.