We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9dacd9 + 5ed6523 commit 3dcebcfCopy full SHA for 3dcebcf
.github/workflows/aws.yml
@@ -9,10 +9,6 @@ permissions:
9
id-token: write # required for requesting the JWT for OpenID Connect (OIDC)
10
contents: read # required for actions/checkout
11
12
-concurrency:
13
- group: ci-${{ github.workflow }}-${{ github.ref_name }}
14
- cancel-in-progress: true
15
-
16
jobs:
17
deploy:
18
runs-on: ubuntu-slim
@@ -40,9 +36,3 @@ jobs:
40
36
--exclude ".github/*" \
41
37
--exclude "README.md" \
42
38
--exclude "LICENSE"
43
44
- - name: invalidate CloudFront cache
45
- run: |
46
- aws cloudfront create-invalidation \
47
- --distribution-id ${{ vars.CF_DISTRIBUTION_ID }} \
48
- --paths "/*"
0 commit comments