2 parents 7a7f54f + e609f4f commit 850d72fCopy full SHA for 850d72f
1 file changed
.github/workflows/storybook.yml
@@ -15,11 +15,6 @@ on:
15
- ready_for_review
16
workflow_dispatch:
17
18
-# Allow one concurrent deployment
19
-concurrency:
20
- group: 'pages-${{ github.ref_name }}' # unique builds for branch/tag name
21
- cancel-in-progress: true
22
-
23
jobs:
24
storybook:
25
name: Create storybook build
@@ -48,6 +43,11 @@ jobs:
48
43
pages: write
49
44
id-token: write
50
45
46
+ # Allow one concurrent deployment
47
+ concurrency:
+ group: 'pages-${{ github.ref_name }}' # unique builds for branch/tag name
+ cancel-in-progress: true
+
51
runs-on: ubuntu-latest
52
if: github.ref == 'refs/heads/develop' && github.event_name == 'push' # Exclude PRs
53
needs: storybook
0 commit comments