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 5b08fd5 commit ec09387Copy full SHA for ec09387
.github/workflows/integration-tests.yml
@@ -14,12 +14,12 @@ permissions:
14
packages: read
15
16
jobs:
17
- # build-images:
18
- # name: "Build AgentEx Images"
19
- # uses: ./.github/workflows/build-agentex.yml
20
- # with:
21
- # commit-sha: ${{ inputs.commit-sha || 'main' }}
22
- #
+ build-images:
+ name: "Build AgentEx Images"
+ uses: ./.github/workflows/build-agentex.yml
+ with:
+ commit-sha: ${{ inputs.commit-sha || 'main' }}
+
23
pull-agent-images:
24
name: "Pull AgentEx Images"
25
runs-on: ubuntu-latest
0 commit comments