Skip to content

Commit

Permalink
ci: Remove redundant env var (#730)
Browse files Browse the repository at this point in the history
This was used for taskfile experiment which is now integrated
so this env var is no longer needed.
  • Loading branch information
jimmidyson authored May 23, 2024
1 parent 3599823 commit b19d85d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/checks-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ on:
defaults:
run:
shell: bash
env:
TASK_X_ANY_VARIABLES: 1
jobs:
build-and-run:
runs-on: macos-13
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ permissions:
defaults:
run:
shell: bash
env:
TASK_X_ANY_VARIABLES: 1
jobs:
unit-test:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit b19d85d

Please sign in to comment.