.github/workflows/test.yml in keyless-1.3.0 vs .github/workflows/test.yml in keyless-1.3.1
- old
+ new
@@ -43,23 +43,5 @@
- name: Run the gem tests
run: make test
- name: Upload the code coverage report
run: coverage
-
- trigger-docs:
- name: Trigger the documentation upload
- runs-on: ubuntu-22.04
- timeout-minutes: 2
- needs: test
- if: github.ref == 'refs/heads/master'
- steps:
- - name: Prepare the virtual environment
- uses: hausgold/actions/ci@master
- with:
- clone_token: '${{ secrets.CLONE_TOKEN }}'
- settings_secret_key: '${{ secrets.SETTINGS_SECRET_KEY }}'
- settings: '${{ github.repository }}'
- target: ci/noop
-
- - name: Trigger the documentation upload
- run: workflow documentation