Skip to content

Commit

Permalink
Build awshelper workflow: always build (#2501)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored Mar 12, 2024
1 parent b2195b1 commit b6031e0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_awshelper.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Build awshelper image

on:
push:
paths:
- .github/workflows/build_awshelper.yaml
- Docker/awshelper/**
# Always build this image because it contains all the cloud-automation files.
# Some jobs depend on arbitrary files and we need to test them with updated awshelper images.
on: push

jobs:
awshelper:
Expand Down

0 comments on commit b6031e0

Please sign in to comment.