Skip to content

Commit

Permalink
[ci] Confine show_environ task to Linux bots (#5677)
Browse files Browse the repository at this point in the history
  • Loading branch information
feisuzhu authored Aug 10, 2022
1 parent 10c9b27 commit 7b89e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
show_environ:
name: Show Environment Variables
runs-on: [self-hosted]
runs-on: [self-hosted, Linux]
steps:
- name: Environment Variables
run: env
Expand Down

0 comments on commit 7b89e45

Please sign in to comment.