Merge pull request #27 from Magnus167/wkflow_updates

Updating workflows
This commit is contained in:
2025-05-01 01:03:23 +01:00
committed by GitHub
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: