Commit e15a7d7c authored by liziwl's avatar liziwl
Browse files

fix concurrency

parent 6603206a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ jobs:
    name: Deploy site (master)
    runs-on: "ubuntu-latest"
    needs: build
    if: always() && github.repository_owner == 'SUSTech-CRA' && github.ref == 'refs/heads/master'
    if: github.repository_owner == 'SUSTech-CRA' && github.ref == 'refs/heads/master'
    steps:
    - uses: actions/download-artifact@v2
      with: