レイヤー個別読み込み可表記に変更 #370
This file contains hidden or 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
| on: | |
| push: | |
| branches: | |
| - master | |
| name: ukadoc server update request (update will be delayed up to 5 minutes) | |
| jobs: | |
| check: | |
| name: ukadoc server update request | |
| runs-on: ubuntu-latest | |
| environment: update_req | |
| steps: | |
| - name: update request | |
| run: | | |
| curl ${{ secrets.UKADOC_UPDATE_REQ_WEB_URL }} |