Skip to content

Commit

Permalink
fix: ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Feb 20, 2024
1 parent 839044c commit a3f07ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ jobs:
body: |
Please add one of the following labels to add this contribution to the Release Notes :point_down:
- [bug](https://github.com/ansys/actions/pulls?q=label%3Abug+)
- [documentation](https://github.com/ansys/actions/pulls?q=label%3Adocumentation+)
- [enhancement](https://github.com/ansys/actions/pulls?q=label%3Aenhancement+)
- [good first issue](https://github.com/ansys/actions/pulls?q=label%3Agood+first+issue)
- [maintenance](https://github.com/ansys/actions/pulls?q=label%3Amaintenance+)
- [release](https://github.com/ansys/actions/pulls?q=label%3Arelease+)
- [documentation](https://github.com/ansys/scade-actions/pulls?q=label%3Adocumentation+)
- [enhancement](https://github.com/ansys/scade-actions/pulls?q=label%3Aenhancement+)
- [good first issue](https://github.com/ansys/scade-actions/pulls?q=label%3Agood+first+issue)
- [maintenance](https://github.com/ansys/scade-actions/pulls?q=label%3Amaintenance+)
- [release](https://github.com/ansys/scade-actions/pulls?q=label%3Arelease+)
commit-and-branch-style:
name: "Commit and branch style"
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
steps:
# - name: Checkout
# uses: actions/checkout@v4
#
#
- name: Execute tests
uses: ./scade-tests-pytest
with:
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,4 @@ def load_file_lines_as_list(file_path):
"""
with open(file_path) as accepted_licenses_file:
return list(accepted_licenses_file.read().split("\n"))
return list(accepted_licenses_file.read().split("\n"))

0 comments on commit a3f07ff

Please sign in to comment.