forked from forgejo/forgejo
[CI] Forgejo Actions e2e tests (squash) do not try in simulation
(cherry picked from commitf67a3f952c
) (cherry picked from commit23502a9b9f
) (cherry picked from commitf8f345ae18
) (cherry picked from commite00eb6d9b3
) (cherry picked from commitf5f5eb53fa
)
This commit is contained in:
parent
e880f2fb6d
commit
86c586941a
2 changed files with 9 additions and 1 deletions
|
@ -152,7 +152,7 @@ jobs:
|
|||
verbose: ${{ vars.VERBOSE || 'false' }}
|
||||
|
||||
- name: end-to-end tests
|
||||
if: ${{ secrets.TOKEN != '' }}
|
||||
if: ${{ secrets.TOKEN != '' && vars.ROLE == 'forgejo-integration' }}
|
||||
uses: https://code.forgejo.org/actions/cascading-pr@v1
|
||||
with:
|
||||
origin-url: ${{ env.GITHUB_SERVER_URL }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue