mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix the monorepo-checker CI job (#25287)
This commit is contained in:
parent
5d1cb1b931
commit
2e7728b737
2
.github/workflows/server-ci-artifacts.yml
vendored
2
.github/workflows/server-ci-artifacts.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
||||
steps:
|
||||
- name: cd/checkout-mattermost
|
||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
||||
with:
|
||||
ref: ${{ github.event.workflow_run.head_sha }}
|
||||
- name: cd/determine-if-monorepo
|
||||
id: determine-if-monorepo
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user