Closed arunpoudel closed 1 year ago
See for a failure run.
The problem arises when the PR contains no changes to *.go files. line 46 of the workflow grep '\.go$' fails with exit code 1 Which cause the whole workflow to fail.
*.go
grep '\.go$'
Successful run after the change was introduced: https://github.com/coopnorge/the-playground-arunpoudel/actions/runs/6546975807/job/17778530211
See for a failure run.
The problem arises when the PR contains no changes to
*.go
files. line 46 of the workflowgrep '\.go$'
fails with exit code 1 Which cause the whole workflow to fail.