Setup workflow environment

This commit is contained in:
Pau Rodriguez-Estivill
2022-02-26 15:55:56 +01:00
parent 5bb70f851b
commit bef88186c2
+1
View File
@@ -68,6 +68,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
needs: [ test-script ]
runs-on: ubuntu-latest
environment: docker.io
steps:
- uses: actions/checkout@v2