未验证 提交 8274001a 编写于 作者: C colynn.liu 提交者: GitHub

Merge pull request #203 from go-atomci/feat-github-action-condition

🔧 build: add checkout step
name: Compile&Publish
name: Build
on:
pull_request:
......@@ -29,6 +29,8 @@ jobs:
if: github.repository == 'go-atomci/atomci' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册