Skip to content

Commit a57dc95

Browse files
committed
main branch bug?
1 parent 8b4f0a7 commit a57dc95

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

.github/workflows/release.yml

+3-18
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
default: "X.Y"
1010
releaseBody:
11-
description: "Information about the release"
11+
description: "Information about the release" #not showing if main branch? and using old version of this file if on main branch????
1212
required: true
1313
default: "New release"
1414
jobs:
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
with:
21-
ref: 'main'
20+
# with:
21+
# ref: 'main'
2222
- name: Set up python
2323
uses: actions/setup-python@v5
2424
with:
@@ -31,21 +31,6 @@ jobs:
3131
make integ-tests-with-docker-x86-64
3232
make integ-tests-with-docker-arm64
3333
make integ-tests-with-docker-old
34-
# - name: Run Integ Tests x86
35-
# uses: actions/setup-python@v5
36-
# with:
37-
# python-version: '3.11'
38-
# run: make integ-tests-with-docker-x86-64
39-
# - name: Run Integ Tests arm64
40-
# uses: actions/setup-python@v5
41-
# with:
42-
# python-version: '3.11'
43-
# run: make integ-tests-with-docker-arm64
44-
# - name: Run Integ Tests Old
45-
# uses: actions/setup-python@v5
46-
# with:
47-
# python-version: '3.11'
48-
# run: make integ-tests-with-docker-old
4934
- name: Release
5035
uses: softprops/action-gh-release@v2
5136
with:

0 commit comments

Comments
 (0)