Fix missing dependencies in test_duplicate_iname_not_read_only_nested #394
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gitlab mirror | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
autopush: | |
name: Automatic push to gitlab.tiker.net | |
if: startsWith(github.repository, 'inducer/') | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: | | |
curl -L -O https://tiker.net/ci-support-v0 | |
. ./ci-support-v0 | |
mirror_github_to_gitlab | |
env: | |
GITLAB_AUTOPUSH_KEY: ${{ secrets.GITLAB_AUTOPUSH_KEY }} | |
# vim: sw=4 |