We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23de645 commit 13f5aadCopy full SHA for 13f5aad
.github/workflows/docker.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build:
11
runs-on: ubuntu-latest
12
-
+ if: github.repository == 'doocs/md'
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v4
.github/workflows/preview-build.yml
@@ -8,7 +8,6 @@ jobs:
8
build-preview:
if: github.repository == 'doocs/md'
- uses: actions/checkout@v4
with:
0 commit comments