Update release.yml
This commit is contained in:
parent
fcf62570bf
commit
c3c810d2bf
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -11,7 +11,6 @@ on:
|
|||
jobs:
|
||||
pages:
|
||||
runs-on: ubuntu-latest
|
||||
environment: staging
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
@ -33,7 +32,6 @@ jobs:
|
|||
calendar:
|
||||
needs: [ pages ]
|
||||
runs-on: ubuntu-latest
|
||||
environment: staging
|
||||
steps:
|
||||
- name: Add de_DE.UTF-8 locale
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue