Skip to content

Commit

Permalink
Forgot to popd in the skip-on-ci case.
Browse files Browse the repository at this point in the history
  • Loading branch information
benradf committed Aug 25, 2023
1 parent c0499f1 commit b102265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
example_name="$(head -n1 README.md) with Nix"
if [[ -f skip-on-ci ]]; then
echo "Skipping $example_name"
popd
continue
else
echo "::group::Running $example_name"
Expand Down

0 comments on commit b102265

Please sign in to comment.