Commit 11edbb5
authored
fix(workflows): correct filepath in ena-submission-image workflow (#6164)
An incorrect filepath was passed to `hashFiles()` in the
ena-submission-image workflow.
As far as I can tell, `hashFiles()` will just compute the hash using the
other files that were correctly specified, silently ignoring the
incorrect path. This means the image was not being rebuilt when the
workflow file changed.
(I did a quick pass of other places we use `hashFiles()`, there the
paths seem to be in order)
### PR Checklist
~- [ ] All necessary documentation has been adapted.~
~- [ ] The implemented feature is covered by appropriate, automated
tests.~
~- [ ] Any manual testing that has been done is documented (i.e. what
exactly was tested?)~
🚀 Preview: Add `preview` label to enable1 parent e1c77d4 commit 11edbb5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments