File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- name : auto-merge
1+ name : auto-merge-dependabot.yaml
22on : pull_request
33
44permissions :
Original file line number Diff line number Diff line change 1- name : Compatibility tests
1+ name : compatibility.yaml
22
33concurrency :
44 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 1- name : coverage
1+ name : coverage.yaml
22
33concurrency :
44 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 1- name : e2e
1+ name : e2e.yaml
22
33concurrency :
44 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 1- name : node
1+ name : node.yaml
22
33concurrency :
44 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 1- name : Release
1+ name : release.yaml
22on :
33 release :
44 types : [created]
Original file line number Diff line number Diff line change 1- name : rust
1+ name : rust.yaml
22
33concurrency :
44 group : ${{ github.workflow }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments