We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e97082 commit 741da36Copy full SHA for 741da36
1 file changed
.github/workflows/tests.yml
@@ -28,6 +28,11 @@ jobs:
28
submodules: true
29
ref: ${{ github.event.pull_request.head.sha }}
30
31
+ - uses: jfrog-fastci/fastci@main # Use the FastCI optimization action
32
+ with:
33
+ github_token: ${{secrets.GITHUB_TOKEN}}
34
+ fastci_otel_token: ${{ secrets.FASTCI_TOKEN }}
35
+
36
- name: Unlabel 'safe to test'
37
uses: actions-ecosystem/action-remove-labels@v1
38
if: ${{ github.event_name != 'push' }}
0 commit comments