Skip to content

Commit 09e002d

Browse files
GH1090 Add comment to the workflow file
1 parent d79cfea commit 09e002d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/comment_commands.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@ jobs:
4040
- name: Checkout code on the correct branch
4141
uses: actions/checkout@v4
4242
with:
43+
# context is not aware which branch to checkout so it would otherwise
44+
# default to main
4345
ref: ${{ steps.get-branch-info.outputs.branch }}
4446

4547
- name: Install project dependencies
4648
uses: ./.github/setup
4749
with:
4850
os: ubuntu-latest
49-
python-version: "3.11"
51+
python-version: "3.12"
5052

5153
- name: Run ${{ fromJSON(env.DISPLAY_COMMAND)[github.event.comment.body] }}
5254
# run the tests based on the value of the comment

0 commit comments

Comments
 (0)