Fix CI
This commit is contained in:
3
.github/workflows/ci-server.yaml
vendored
3
.github/workflows/ci-server.yaml
vendored
@ -8,6 +8,9 @@ jobs:
|
|||||||
server-test:
|
server-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- run: echo "GITHUB_HEAD_REF: ${{ github.head_ref }}"
|
||||||
|
- run: echo "GITHUB_REF_NAME: ${{ github.ref_name }}"
|
||||||
|
- run: echo "GITHUB_REF: ${{ github.ref }}"
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
if: github.head_ref == 'main'
|
if: github.head_ref == 'main'
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user