Merge branch '18-update-swap-instruction-execution' into 'master' #67
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
# Calls shared workflow to correct submodule URLs | |
# Github pushes are triggered by mirror operations from Gitlab. | |
# This workflow will only affect Github, not Gitlab. | |
name: call-submodule-corrector | |
on: | |
push: | |
branches: | |
- master | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
jobs: | |
call-submodule-corrector: | |
uses: tropicsquare/workflow-templates/.github/workflows/shared-correct-submodule-urls.yml@master |