Skip to content

Commit

Permalink
Remove some PR builds for screwdriver since github actions is doing t…
Browse files Browse the repository at this point in the history
…hem (arkime#2522)
  • Loading branch information
awick authored Nov 29, 2023
1 parent cd74581 commit b61f3c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- AWS_SECRET_ACCESS_KEY

el-9:
requires: [~pr,~commit]
requires: [~commit]
image: andywick/arkime-build-9:5.0.0-2
steps:
- (cd / ; curl https://s3.amazonaws.com/files.molo.ch/snfmin.tar.gz | tar -zxvf -)
Expand All @@ -118,7 +118,7 @@ jobs:
- AWS_SECRET_ACCESS_KEY

al2023:
requires: [~pr,~commit]
requires: [~commit]
image: andywick/arkime-build-al2023:5.0.0-2
steps:
- (cd / ; curl https://s3.amazonaws.com/files.molo.ch/snfmin.tar.gz | tar -zxvf -)
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
- AWS_SECRET_ACCESS_KEY

ubuntu-22:
requires: [~pr, ~commit]
requires: [~commit]
image: andywick/arkime-build-22:5.0.0-2
steps:
- apt-get update
Expand All @@ -267,7 +267,7 @@ jobs:
- AWS_SECRET_ACCESS_KEY

arch:
requires: [~pr, ~commit]
requires: [~commit]
image: andywick/arkime-build-arch:5.0.0-2
steps:
- (cd / ; curl https://s3.amazonaws.com/files.molo.ch/snfmin.tar.gz | tar -zxvf -)
Expand Down

0 comments on commit b61f3c5

Please sign in to comment.