Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/linux_gpu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: CI
permissions:
contents: read

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
Expand All @@ -23,10 +25,8 @@ jobs:

with:
submodules: true
# a personal access token is added as a secret to this repo
token: ${{ secrets.GH_ACTIONS_TOKEN }}

# Runs a single command using the runners shell
persist-credentials: false
- name: Ensure the right machine
run: hostname

Expand Down
Loading