Compare commits

...

4 Commits

Author SHA1 Message Date
bdd3293c65
Merge branch 'main' into floatops 2025-05-01 01:08:16 +01:00
0671790f0f
Merge pull request #27 from Magnus167/wkflow_updates
Updating workflows
2025-05-01 01:03:23 +01:00
Palash Tyagi
ed51a74f6b Add rustframe logo to documentation output 2025-05-01 01:02:09 +01:00
Palash Tyagi
dab2c758e6 Add condition to skip tests for draft pull requests 2025-05-01 01:02:03 +01:00
2 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,8 @@ jobs:
cp tarpaulin-report.json target/doc/rustframe/
cp tarpaulin-badge.json target/doc/rustframe/
cp last-commit-date.json target/doc/rustframe/
mkdir -p target/doc/rustframe/.github
cp .github/rustframe_logo.png target/doc/rustframe/.github/
echo "<meta http-equiv=\"refresh\" content=\"0; url=rustframe\">" > target/doc/index.html
- name: Upload Pages artifact

View File

@ -7,6 +7,7 @@ on:
jobs:
run-unit-tests:
if: github.event.pull_request.draft == false
name: run-unit-tests
runs-on: ubuntu-latest
env: