We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c7fc3 commit ca6cf54Copy full SHA for ca6cf54
.github/workflows/tutorial-tests.yaml
@@ -22,6 +22,10 @@ concurrency:
22
${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
23
cancel-in-progress: true
24
25
+# Set the environment variables to be used in all jobs defined in this workflow
26
+env:
27
+ CI_BRANCH: ${{ github.head_ref || github.ref_name }}
28
+
29
jobs:
30
# Job 1: Test tutorials as scripts and notebooks on multiple OS
31
tutorial-tests:
0 commit comments