Compare commits

..

No commits in common. "bdd3293c65568b2e26ce1d0d7e951f6cd712c3c5" and "bda12983976a359d6bbe1e0eff548c26add24075" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

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

View File

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