Skip to content

Commit 0d1b5f3

Browse files
committed
Merge branch 'main' into release/0.68
2 parents e65fb0e + c9a0c85 commit 0d1b5f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,7 @@ jobs:
805805

806806

807807
release:
808+
name: "Release"
808809
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
809810
needs: [smoke-tests, docs-build, build-test, build-test-ubuntu, build-test-ubuntu-minimal]
810811
runs-on: ubuntu-latest
@@ -827,7 +828,7 @@ jobs:
827828
./**/*.tar.gz
828829
./**/pymapdl*.pdf
829830
./**/ansys-mapdl-core*.zip
830-
./minimum_requirements.txt
831+
./**/minimum_requirements.txt
831832
832833
- name: Upload to Public PyPi
833834
env:
@@ -925,7 +926,7 @@ jobs:
925926
notify:
926927
name: Notify failed build
927928
needs: [smoke-tests, docs-build, build-test, build-test-ubuntu, build-test-ubuntu-minimal]
928-
if: failure() && github.event.pull_request == null
929+
if: failure() && github.event_name == 'schedule'
929930
runs-on: ubuntu-latest
930931
steps:
931932
- name: Open issue

0 commit comments

Comments
 (0)