fix(mis-server): slurm数据库中开始时间为空的作业也同步到 scow 数据库 #1349
Workflow file for this run
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: Check OpenSCOW API Breaking Changes | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: [master] | |
jobs: | |
check-api-breaking-changes: | |
name: Check OpenSCOW API Breaking Changes | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: bufbuild/buf-setup-action@v1 | |
- name: Check API Compatibility | |
working-directory: protos | |
run: buf breaking --against '../.git#branch=origin/master,subdir=protos' |