Skip to content

Commit

Permalink
Merge pull request puppetlabs#584 from puppetlabs/CAT-1696-skip-arm-p…
Browse files Browse the repository at this point in the history
…ipeline

(CAT-1696) - Skip CI pipeline for ARM OS
  • Loading branch information
Ramesh7 authored Jan 18, 2024
2 parents 4b40fa9 + f111a5f commit ae84592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
secrets: "inherit"
with:
runs_on: "ubuntu-20.04"
flags: "--exclude-platforms '[\"Ubuntu-22.04-arm\", \"RedHat-9-arm\"]'"
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
secrets: "inherit"
with:
runs_on: "ubuntu-20.04"
flags: "--exclude-platforms '[\"Ubuntu-22.04-arm\", \"RedHat-9-arm\"]'"

0 comments on commit ae84592

Please sign in to comment.