Skip to content

Commit 66478de

Browse files
authored
Merge pull request #1756 from diggerhq/docs/workflow-main-branch
Document that the workflow must exist in the main branch
2 parents a53380e + 6b9a231 commit 66478de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/team/getting-started/gha-aws.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ In production, it is best to [use OIDC](/ce/cloud-providers/authenticating-with-
3131

3232
Create a `digger_workflow.yml` file under `.github/workflows` in your repo with the following contents:
3333

34+
<Note>
35+
In order to be triggered, the workflow file with the exact same name must
36+
exist in the default branch. Github will use the file from a relevant branch -
37+
but it will throw a 404 error if a workflow with the same name is not found in
38+
the default branch.
39+
</Note>
40+
3441
```
3542
name: Digger Workflow
3643

0 commit comments

Comments
 (0)