summaryrefslogtreecommitdiff
path: root/.github/workflows/bootstrap.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/bootstrap.yml')
-rw-r--r--.github/workflows/bootstrap.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml
index ec2987545e..3780429386 100644
--- a/.github/workflows/bootstrap.yml
+++ b/.github/workflows/bootstrap.yml
@@ -24,6 +24,7 @@ jobs:
fedora-clingo-sources:
runs-on: ubuntu-latest
container: "fedora:latest"
+ if: github.repository == 'spack/spack'
steps:
- name: Install dependencies
run: |
@@ -57,6 +58,7 @@ jobs:
ubuntu-clingo-sources:
runs-on: ubuntu-latest
container: "ubuntu:latest"
+ if: github.repository == 'spack/spack'
steps:
- name: Install dependencies
env:
@@ -93,6 +95,7 @@ jobs:
ubuntu-clingo-binaries-and-patchelf:
runs-on: ubuntu-latest
container: "ubuntu:latest"
+ if: github.repository == 'spack/spack'
steps:
- name: Install dependencies
env:
@@ -126,6 +129,7 @@ jobs:
opensuse-clingo-sources:
runs-on: ubuntu-latest
container: "opensuse/leap:latest"
+ if: github.repository == 'spack/spack'
steps:
- name: Install dependencies
run: |
@@ -154,6 +158,7 @@ jobs:
macos-clingo-sources:
runs-on: macos-latest
+ if: github.repository == 'spack/spack'
steps:
- name: Install dependencies
run: |
@@ -174,6 +179,7 @@ jobs:
strategy:
matrix:
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
+ if: github.repository == 'spack/spack'
steps:
- name: Install dependencies
run: |
@@ -195,6 +201,7 @@ jobs:
strategy:
matrix:
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
+ if: github.repository == 'spack/spack'
steps:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
@@ -216,6 +223,7 @@ jobs:
ubuntu-gnupg-binaries:
runs-on: ubuntu-latest
container: "ubuntu:latest"
+ if: github.repository == 'spack/spack'
steps:
- name: Install dependencies
env:
@@ -250,6 +258,7 @@ jobs:
ubuntu-gnupg-sources:
runs-on: ubuntu-latest
container: "ubuntu:latest"
+ if: github.repository == 'spack/spack'
steps:
- name: Install dependencies
env:
@@ -285,6 +294,7 @@ jobs:
macos-gnupg-binaries:
runs-on: macos-latest
+ if: github.repository == 'spack/spack'
steps:
- name: Install dependencies
run: |
@@ -302,6 +312,7 @@ jobs:
macos-gnupg-sources:
runs-on: macos-latest
+ if: github.repository == 'spack/spack'
steps:
- name: Install dependencies
run: |